Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions taccsite_cms/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<html
id="{% block html_page_id %}{% if request.current_page.reverse_id %}page-{{ request.current_page.reverse_id }}{% endif %}{% endblock html_page_id %}"
lang="{{ lang_code }}"
data-page-template="{{ request.current_page.template|cut:".html" }}"
class="{% block html_page_class %}{% endblock html_page_class %}">

{# SEE: https://github.com/nephila/django-meta/blob/1.7.0/docs/rendering.rst #}
Expand Down