mirror of
https://github.com/pretix/pretix.git
synced 2026-05-13 16:33:59 +00:00
move footer to container (#872)
This commit is contained in:
committed by
Raphael Michel
parent
033abc64c8
commit
0119552336
@@ -42,8 +42,7 @@
|
||||
<div class="container">
|
||||
{% block page %}
|
||||
{% endblock %}
|
||||
</div>
|
||||
<footer>
|
||||
<footer>
|
||||
{% block footer %}
|
||||
{% endblock %}
|
||||
{% if footer_text %}
|
||||
@@ -55,7 +54,8 @@
|
||||
·
|
||||
{% endfor %}
|
||||
{% include "pretixpresale/base_footer.html" %}
|
||||
</footer>
|
||||
</footer>
|
||||
</div>
|
||||
<div id="ajaxerr">
|
||||
</div>
|
||||
<div id="loadingmodal">
|
||||
|
||||
Reference in New Issue
Block a user