summaryrefslogtreecommitdiffstats
path: root/ogcp/templates/actions/add_room.html
diff options
context:
space:
mode:
authorJavier Sánchez Parra <jsanchez@soleta.eu>2022-03-14 17:24:23 +0100
committerJavier Sánchez Parra <jsanchez@soleta.eu>2022-03-14 17:24:23 +0100
commit57ab7c11a90f6d4b9a2d54d5590aad88ae7a133f (patch)
treebdde3a47818be37071f41931b2ca786a3c9b3fe2 /ogcp/templates/actions/add_room.html
parentfeed13555454335355063f6b06dd9f035c5369ae (diff)
Add back button to all actions
Add a back button to facilitate users to return to the previous page.
Diffstat (limited to 'ogcp/templates/actions/add_room.html')
-rw-r--r--ogcp/templates/actions/add_room.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/ogcp/templates/actions/add_room.html b/ogcp/templates/actions/add_room.html
index 7ccf086..d71261d 100644
--- a/ogcp/templates/actions/add_room.html
+++ b/ogcp/templates/actions/add_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_add %} active{% endblock %}