From 45d1d56ed969963c3a8e8c26b49afa143cc1ef39 Mon Sep 17 00:00:00 2001 From: Javier Sánchez Parra Date: Mon, 7 Mar 2022 15:30:43 +0100 Subject: Set scopes nav buttons as active When loading any scopes view, its nav button becomes active. --- ogcp/templates/actions/add_room.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ogcp/templates/actions/add_room.html') diff --git a/ogcp/templates/actions/add_room.html b/ogcp/templates/actions/add_room.html index d3ecc8b..0a51fa9 100644 --- a/ogcp/templates/actions/add_room.html +++ b/ogcp/templates/actions/add_room.html @@ -1,6 +1,8 @@ {% extends 'scopes.html' %} {% import "bootstrap/wtf.html" as wtf %} +{% block nav_room %} active{% endblock %} +{% block nav_room_add %} active{% endblock %} {% block content %}

{{_('Add room form')}}

-- cgit v1.2.3-18-g5258