Add confirmation before deleting game
Django CI/CD / test (push) Successful in 28s
Django CI/CD / build-and-push (push) Successful in 1m1s

This commit is contained in:
2026-05-12 13:37:55 +02:00
parent b8187c32b1
commit a4e697a274
7 changed files with 70 additions and 81 deletions
+3 -3
View File
@@ -1,8 +1,8 @@
<c-vars color="blue" size="base" type="button" />
<button
{% if hx_get %}hx_get="{{ hx_get }}"{% endif %}
{% if hx_target %}hx_target="{{ hx_target }}"{% endif %}
{% if hx_swap %}hx_swap="{{ hx_swap }}"{% endif %}
{% if hx_get %}hx-get="{{ hx_get }}"{% endif %}
{% if hx_target %}hx-target="{{ hx_target }}"{% endif %}
{% if hx_swap %}hx-swap="{{ hx_swap }}"{% endif %}
{% if type %}type="{{ type }}"{% endif %}
{% if title %}title="{{ title }}"{% endif %}
{% if onclick %}onclick="{{ onclick }}"{% endif %}