summaryrefslogtreecommitdiffstats
path: root/ogcp/templates
diff options
context:
space:
mode:
authorJavier Hernandez <jhernandez@soleta.eu>2024-02-07 10:34:25 +0100
committerOpenGnSys Support Team <soporte-og@soleta.eu>2024-02-09 13:21:55 +0100
commit6ec26d161e148d7e428ace954fb19b9edb5d4b67 (patch)
tree2d2e95f702d1e92233cb05642d0fef910ce16231 /ogcp/templates
parenta609ede7a8ff94921f703ee395e3be3426a6da2d (diff)
views: add update center
add view to update center data such as its name or comment.
Diffstat (limited to 'ogcp/templates')
-rw-r--r--ogcp/templates/scopes.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/ogcp/templates/scopes.html b/ogcp/templates/scopes.html
index 40d6f75..0dde6a6 100644
--- a/ogcp/templates/scopes.html
+++ b/ogcp/templates/scopes.html
@@ -54,6 +54,8 @@
<div class="dropdown-menu" aria-labelledby="dropdownMenuButton">
<input class="btn btn-light dropdown-item {% block nav_center_add %}{% endblock %}" type="submit" value="{{ _('Add center') }}"
form="scopesForm" formaction="{{ url_for('action_center_add') }}" formmethod="get">
+ <input class="btn btn-light dropdown-item {% block nav_center_update %}{% endblock %}" type="submit" value="{{ _('Update center') }}"
+ form="scopesForm" formaction="{{ url_for('action_center_update') }}" formmethod="get">
<input class="btn btn-light dropdown-item {% block nav_center_delete %}{% endblock %}" type="submit" value="{{ _('Delete center') }}"
form="scopesForm" formaction="{{ url_for('action_center_delete') }}" formmethod="get">
</div>