Add confirmation before deleting game
This commit is contained in:
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user