diff --git a/frontend/templates/basedocumentation.html b/frontend/templates/basedocumentation.html index 3aebb02a..ebd245dd 100644 --- a/frontend/templates/basedocumentation.html +++ b/frontend/templates/basedocumentation.html @@ -18,6 +18,7 @@
{% include "faqmenu.html" %} + {% block subnav %}{% endblock %}
diff --git a/frontend/templates/notification/notice_settings.html b/frontend/templates/notification/notice_settings.html index c0ab33d1..b585e6cd 100644 --- a/frontend/templates/notification/notice_settings.html +++ b/frontend/templates/notification/notice_settings.html @@ -1,11 +1,10 @@ {% extends "notification/base.html" %} {% load i18n %} -{% load bootstrap_tags %} -{% block head_title %}{% trans "Notification Settings" %}{% endblock %} +{% block title %}{% trans "Notification Settings" %}{% endblock %} -{% block body %} +{% block doccontent %}

{% trans "Settings" %}