Show footer only in deep pages

master
fefa4ka 10 years ago
parent ac59137687
commit c91c984271
  1. 4
      zsite/templates/page.html

@ -5,5 +5,7 @@
{% block content %}
{% placeholder "content" %}
{% static_placeholder 'footer-page-content-'|add:request.current_page.get_root.reverse_id %}
{% if request.current_page != request.current_page.get_root %}
{% static_placeholder 'footer-page-content-'|add:request.current_page.get_root.reverse_id %}
{% endif %}
{% endblock content %}

Loading…
Cancel
Save