From 6320545afd10beca1e3d36c03acbf7f759dd4b3a Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Tue, 1 Nov 2022 19:08:38 +0100 Subject: [PATCH] Remove card for capabilities --- src/character/templates/character/path.html | 44 ++++++++++----------- 1 file changed, 21 insertions(+), 23 deletions(-) diff --git a/src/character/templates/character/path.html b/src/character/templates/character/path.html index 47209ce..d80ad24 100644 --- a/src/character/templates/character/path.html +++ b/src/character/templates/character/path.html @@ -1,32 +1,30 @@ {% load character_extras %}
-
-
- {{ path.display_name }} ({{ path|max_rank:character }}) -
- + {% if path|has_next_capability:character %} + - {% if path|has_next_capability:character %} - - {% endif %} -
-
- {% if path.notes %} -
{{ path.notes }}
- {% endif %} -
- {% for capability in capabilities %} - {% include "character/capability.html" %} - {% endfor %} + {% endif %}
+ + {% if path.notes %} +
{{ path.notes }}
+ {% endif %} +
+ {% for capability in capabilities %} + {% include "character/capability.html" %} + {% endfor %}