Better error pages and clean up dangling tags

This commit is contained in:
Bad Manners 2025-04-21 13:46:35 -03:00
parent 4c1a8a9489
commit e679d167fc
10 changed files with 189 additions and 50 deletions

View file

@ -1,4 +1,10 @@
{% for tag in tags %}
{% if !tags.is_empty() %}
<li>
<button hx-delete="/remove" hx-target="closest ul" hx-swap="innerHTML">
(close)
</button>
</li>
{% endif %}{% for tag in tags %}
<li>
<button
hx-post="/select_tag"