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