diff options
author | ubq323 <ubq323@ubq323.website> | 2023-08-15 19:10:13 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2023-08-15 19:17:28 +0100 |
commit | c7d0a58bfa4c194d0830400226a7ff39b1e37bd7 (patch) | |
tree | 49d9c0f7ce0f62b83a734b452628cdbe975d171a | |
parent | 761ff00936396b13b4de2facfa3ef566219be845 (diff) |
add <details> to collapse subforum list
-rw-r--r-- | apioforum/templates/view_forum.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apioforum/templates/view_forum.html b/apioforum/templates/view_forum.html index d8915c8..b6b336f 100644 --- a/apioforum/templates/view_forum.html +++ b/apioforum/templates/view_forum.html @@ -44,6 +44,8 @@ {% if subforums %} <h2>subforæ</h2> +<details> +<summary>show subforæ</summary> <div class="forum-list"> {% for subforum in subforums %} <div class="listing"> @@ -64,6 +66,7 @@ </div> {% endfor %} </div> +</details> {% endif %} <h2>threads</h2> |