Better error pages and clean up dangling tags
This commit is contained in:
parent
4c1a8a9489
commit
e679d167fc
10 changed files with 189 additions and 50 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue