From e7bafd7be9c59f49f92b4f9e0643e2292d0ef9e6 Mon Sep 17 00:00:00 2001 From: Alejandro Sirgo Rica Date: Wed, 12 Jun 2024 12:19:17 +0200 Subject: templates: add missing center_update.html Add html template for the route /action/center/update. Finish the work started in commit 6ec26d16. --- ogcp/templates/actions/center_update.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 ogcp/templates/actions/center_update.html (limited to 'ogcp') diff --git a/ogcp/templates/actions/center_update.html b/ogcp/templates/actions/center_update.html new file mode 100644 index 0000000..e93ac14 --- /dev/null +++ b/ogcp/templates/actions/center_update.html @@ -0,0 +1,18 @@ +{% extends 'scopes.html' %} +{% import "bootstrap/wtf.html" as wtf %} + +{% set sidebar_state = 'disabled' %} +{% set btn_back = true %} + +{% block nav_folder %} active{% endblock %} +{% block nav_folder_update %} active{% endblock %} +{% block content %} + +

{{_('Update center')}}

+ +{{ wtf.quick_form(form, + method='post', + button_map={'submit': 'primary'}, + extra_classes="mx-5") }} + +{% endblock %} -- cgit v1.2.3-18-g5258