mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-05 06:13:55 +01:00
Update cursor for states
This commit is contained in:
parent
7b4d379f43
commit
71ce3eefa0
1 changed files with 2 additions and 3 deletions
|
@ -7,10 +7,9 @@
|
|||
data-bs-toggle="tooltip"
|
||||
data-bs-placement="top"
|
||||
data-bs-title="{{ state.name }} : {{ state.description }}"
|
||||
{% if state in character_states %}
|
||||
class="state-enabled"
|
||||
{% endif %}
|
||||
class="{% if state in character_states %}state-enabled{% endif %}"
|
||||
{% if character|managed_by:user %}
|
||||
role="button"
|
||||
{% if state in character_states %}
|
||||
hx-get="{% url "character:remove_state" pk=character.pk state_pk=state.pk %}"
|
||||
{% else %}
|
||||
|
|
Loading…
Reference in a new issue