diff --git a/inyoka_theme_default/templates/portal/configuration.html b/inyoka_theme_default/templates/portal/configuration.html new file mode 100644 index 0000000..0cd3add --- /dev/null +++ b/inyoka_theme_default/templates/portal/configuration.html @@ -0,0 +1,41 @@ +{# + templates.portal.configuration + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + + On this page the administrator can set general configuration values. + + :copyright: (c) 2013-2017 by the Inyoka Team, see AUTHORS for more details. + :license: BSD, see LICENSE for more details. +#} +{% extends 'portal/base.html' %} + +{% block title %} + {% trans %}Configuration{% endtrans %} – {{ super() }} +{% endblock title %} + +{% block breadcrumb %} + {{ super() }} + + {{ macros.breadcrumb_item(_('Configuration'), href('portal', 'config')) }} +{% endblock %} + +{% block content %} + {% call macros.outer_form(csrf_token(), form, manually_rendered=True) %} +