diff options
Diffstat (limited to 'ogcp/templates/actions/delete_room.html')
-rw-r--r-- | ogcp/templates/actions/delete_room.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ogcp/templates/actions/delete_room.html b/ogcp/templates/actions/delete_room.html index 6dbb5fc..aa57368 100644 --- a/ogcp/templates/actions/delete_room.html +++ b/ogcp/templates/actions/delete_room.html @@ -2,6 +2,7 @@ {% import "bootstrap/wtf.html" as wtf %} {% set sidebar_state = 'disabled' %} +{% set btn_back = true %} {% block nav_room %} active{% endblock %} {% block nav_room_delete %} active{% endblock %} |