diff options
Diffstat (limited to 'ogcp/templates/actions/delete_center.html')
-rw-r--r-- | ogcp/templates/actions/delete_center.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ogcp/templates/actions/delete_center.html b/ogcp/templates/actions/delete_center.html index 1a52cdd..668bf9c 100644 --- a/ogcp/templates/actions/delete_center.html +++ b/ogcp/templates/actions/delete_center.html @@ -1,6 +1,8 @@ {% extends 'scopes.html' %} {% import "bootstrap/wtf.html" as wtf %} +{% block nav_center %} active{% endblock %} +{% block nav_center_delete %} active{% endblock %} {% block content %} <h1 class="m-5">{{_('Delete center form')}}</h1> |