forked from CGM_Public/pretix_original
move footer to container (#872)
This commit is contained in:
committed by
Raphael Michel
parent
033abc64c8
commit
0119552336
@@ -42,20 +42,20 @@
|
||||
<div class="container">
|
||||
{% block page %}
|
||||
{% endblock %}
|
||||
<footer>
|
||||
{% block footer %}
|
||||
{% endblock %}
|
||||
{% if footer_text %}
|
||||
{{ footer_text }}
|
||||
·
|
||||
{% endif %}
|
||||
{% for f in footer %}
|
||||
<a href="{% safelink f.url %}" target="_blank" rel="noopener">{{ f.label }}</a>
|
||||
·
|
||||
{% endfor %}
|
||||
{% include "pretixpresale/base_footer.html" %}
|
||||
</footer>
|
||||
</div>
|
||||
<footer>
|
||||
{% block footer %}
|
||||
{% endblock %}
|
||||
{% if footer_text %}
|
||||
{{ footer_text }}
|
||||
·
|
||||
{% endif %}
|
||||
{% for f in footer %}
|
||||
<a href="{% safelink f.url %}" target="_blank" rel="noopener">{{ f.label }}</a>
|
||||
·
|
||||
{% endfor %}
|
||||
{% include "pretixpresale/base_footer.html" %}
|
||||
</footer>
|
||||
<div id="ajaxerr">
|
||||
</div>
|
||||
<div id="loadingmodal">
|
||||
|
||||
Reference in New Issue
Block a user