allow mods to delete topics

This commit is contained in:
2025-05-25 06:36:31 +03:00
parent 5e7dec08b9
commit 025b3063a6
4 changed files with 49 additions and 0 deletions

View File

@ -6,6 +6,10 @@
<% end %>
</nav>
<% if infobox then %>
<% render("views.common.infobox", infobox) %>
<% end %>
<% if #topic_list == 0 then %>
<p>There are no topics.</p>
<% else %>