diff --git a/templates/base.html.twig b/templates/base.html.twig index 077c301..88a2663 100644 --- a/templates/base.html.twig +++ b/templates/base.html.twig @@ -19,7 +19,12 @@
-

{% block h2 %}{% endblock %}

+
+

{% block h2 %}{% endblock %}

+
+ {% block action_buttons %}{% endblock %} +
+
{% block body %}{% endblock %}
diff --git a/templates/user/preferences.html.twig b/templates/user/preferences.html.twig index 4d9a164..ff7de51 100644 --- a/templates/user/preferences.html.twig +++ b/templates/user/preferences.html.twig @@ -2,6 +2,14 @@ {% block title %}Preferences{% endblock %} {% block h2 %}Preferences{% endblock %} +{% block action_buttons %} + +{% endblock %} + {% block body %}