Update effect_card.html

This commit is contained in:
Gabriel Augendre 2024-03-05 18:57:57 +01:00 committed by GitHub
parent ad5d529728
commit acac33dbda
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,7 +3,6 @@
<div class="card {% if rounds == 0 %}text-bg-secondary{% endif %} effect" data-id="{{ effect.pk }}">
<div class="card-body">
<h5 class="card-title">
{% if party.game_master == request.user %}
<button
hx-get="{% url "party:delete_effect" pk=party.pk effect_pk=effect.pk %}"
hx-target="#effects"
@ -13,7 +12,6 @@
>
<i class="fa-solid fa-trash"></i>
</button>
{% endif %}
{{ effect.name }}
</h5>
<h6 class="card-subtitle mb-2 {% if rounds != 0 %}text-muted{% endif %}">