mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-22 14:38:03 +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-toggle="tooltip"
|
||||||
data-bs-placement="top"
|
data-bs-placement="top"
|
||||||
data-bs-title="{{ state.name }} : {{ state.description }}"
|
data-bs-title="{{ state.name }} : {{ state.description }}"
|
||||||
{% if state in character_states %}
|
class="{% if state in character_states %}state-enabled{% endif %}"
|
||||||
class="state-enabled"
|
|
||||||
{% endif %}
|
|
||||||
{% if character|managed_by:user %}
|
{% if character|managed_by:user %}
|
||||||
|
role="button"
|
||||||
{% if state in character_states %}
|
{% if state in character_states %}
|
||||||
hx-get="{% url "character:remove_state" pk=character.pk state_pk=state.pk %}"
|
hx-get="{% url "character:remove_state" pk=character.pk state_pk=state.pk %}"
|
||||||
{% else %}
|
{% else %}
|
||||||
|
|
Loading…
Reference in a new issue