diff --git a/aleksis/core/templates/core/base.html b/aleksis/core/templates/core/base.html index de9ea4c1d910bad6cbb8bbfbab74fc4afd780ad5..e4c1c7be4c1c3e238cf2ebb99229ed46f28cbeba 100644 --- a/aleksis/core/templates/core/base.html +++ b/aleksis/core/templates/core/base.html @@ -101,7 +101,9 @@ {% endfor %} {% endif %} - <h4>{% block page_title %}{% endblock %}</h4> + {% block no_page_title %} + <h4>{% block page_title %}{% endblock %}</h4> + {% endblock %} {% block content %}{% endblock %} </main>