diff --git a/src/character/templates/character/character_details.html b/src/character/templates/character/character_details.html index 35e7517..039c8b5 100644 --- a/src/character/templates/character/character_details.html +++ b/src/character/templates/character/character_details.html @@ -20,8 +20,8 @@ {% if other.profile_picture %} Image de profil {% endif %} {{ other }}{% if not forloop.last %}, {% endif %} @@ -43,8 +43,8 @@ {% if character.profile_picture %} Image de profil {% endif %} diff --git a/src/character/templates/character/snippets/character_details/capability.html b/src/character/templates/character/snippets/character_details/capability.html index 792c1ce..7e22add 100644 --- a/src/character/templates/character/snippets/character_details/capability.html +++ b/src/character/templates/character/snippets/character_details/capability.html @@ -2,7 +2,7 @@

{% if path|has_next_capability:character %} {% endif %} diff --git a/src/character/templates/character/snippets/character_details/paths_and_capabilities.html b/src/character/templates/character/snippets/character_details/paths_and_capabilities.html index 060e8b9..3e37d8d 100644 --- a/src/character/templates/character/snippets/character_details/paths_and_capabilities.html +++ b/src/character/templates/character/snippets/character_details/paths_and_capabilities.html @@ -12,9 +12,9 @@ {{ add_path_form.character_path }} {{ add_path_form.other_path }}

diff --git a/src/character/templates/character/snippets/character_details/states.html b/src/character/templates/character/snippets/character_details/states.html index a7ff1ee..556140a 100644 --- a/src/character/templates/character/snippets/character_details/states.html +++ b/src/character/templates/character/snippets/character_details/states.html @@ -4,20 +4,20 @@ {% with character.states.all as character_states %} {% for state in all_states %} {{ state.name }} {% endfor %} {% endwith %} diff --git a/src/character/templates/character/snippets/characters_list/character_card.html b/src/character/templates/character/snippets/characters_list/character_card.html index d91d1a4..6d40ad8 100644 --- a/src/character/templates/character/snippets/characters_list/character_card.html +++ b/src/character/templates/character/snippets/characters_list/character_card.html @@ -5,15 +5,15 @@
{% if character.profile_picture %} Image de profil {% endif %} {% if character.private %} {% endif %} {{ character.name }} @@ -49,12 +49,12 @@ {% with character.states.all as character_states %} {% for state in all_states %} {{ state.name }} {% endfor %} {% endwith %} diff --git a/src/party/templates/party/snippets/add_effect_form.html b/src/party/templates/party/snippets/add_effect_form.html index b3d3318..403d7da 100644 --- a/src/party/templates/party/snippets/add_effect_form.html +++ b/src/party/templates/party/snippets/add_effect_form.html @@ -3,6 +3,6 @@ {% csrf_token %} {% bootstrap_form form %} diff --git a/src/party/templates/party/snippets/effect_card.html b/src/party/templates/party/snippets/effect_card.html index afef4e0..764e973 100644 --- a/src/party/templates/party/snippets/effect_card.html +++ b/src/party/templates/party/snippets/effect_card.html @@ -28,7 +28,7 @@ {% else %}
+ style="width: {{ effect.remaining_percent|floatformat:"0" }}%"> {% if rounds == -1 %} Permanent {% elif rounds == 1 %}