removed static_placeholder, added previous default
This commit is contained in:
parent
d50e249ba2
commit
c9e2413c4e
1 changed files with 3 additions and 1 deletions
|
@ -41,7 +41,9 @@
|
||||||
{% placeholder 'Ungleich Page Contents' %}
|
{% placeholder 'Ungleich Page Contents' %}
|
||||||
|
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
{% static_placeholder 'Footer' %}
|
{% placeholder 'Footer' or %}
|
||||||
|
{% include "ungleich_page/includes/_footer.html" %}
|
||||||
|
{% endplaceholder %}
|
||||||
|
|
||||||
<!-- jQuery -->
|
<!-- jQuery -->
|
||||||
<script src="{% static 'ungleich_page/js/jquery.js' %}" type="text/javascript"></script>
|
<script src="{% static 'ungleich_page/js/jquery.js' %}" type="text/javascript"></script>
|
||||||
|
|
Loading…
Reference in a new issue