removed static_placeholder, added previous default

This commit is contained in:
Arvind Tiwari 2018-02-08 20:08:20 +05:30
parent d50e249ba2
commit c9e2413c4e
1 changed files with 3 additions and 1 deletions

View File

@ -41,7 +41,9 @@
{% placeholder 'Ungleich Page Contents' %}
<!-- Footer -->
{% static_placeholder 'Footer' %}
{% placeholder 'Footer' or %}
{% include "ungleich_page/includes/_footer.html" %}
{% endplaceholder %}
<!-- jQuery -->
<script src="{% static 'ungleich_page/js/jquery.js' %}" type="text/javascript"></script>