diff options
author | QuentinAndre <quentin.andre@imt-atlantique.net> | 2021-08-13 22:32:55 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2022-07-08 09:58:48 +0200 |
commit | 0c57d77eb424de082a576ff679d4ed342a61c01f (patch) | |
tree | 82a8e0b89e472b129ab40f031fc0386753e95ac5 /ishtar_common/templates | |
parent | 313aefcf470df2fe3ad660e568aa8cac308dfcae (diff) | |
download | Ishtar-0c57d77eb424de082a576ff679d4ed342a61c01f.tar.bz2 Ishtar-0c57d77eb424de082a576ff679d4ed342a61c01f.zip |
version before checkbutton
Diffstat (limited to 'ishtar_common/templates')
-rw-r--r-- | ishtar_common/templates/blocks/action_list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ishtar_common/templates/blocks/action_list.html b/ishtar_common/templates/blocks/action_list.html index 384082ad4..b2db52f84 100644 --- a/ishtar_common/templates/blocks/action_list.html +++ b/ishtar_common/templates/blocks/action_list.html @@ -1,7 +1,7 @@ <li class="nav-item dropdown"> <a class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" - aria-expanded="false">{{section_label|safe}}</a> + aria-expanded="false" id="dropdown-menu-main">{{section_label|safe}}</a> <div class="dropdown-menu"> {% for label, url, has_children in sections %} |