Skip to content

Commit

Permalink
Made more readable the pictogram text
Browse files Browse the repository at this point in the history
  • Loading branch information
PON authored and PON committed Jul 26, 2023
1 parent 4310d5a commit ab1c11c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions geotrek/signage/templates/signage/blade_detail.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ <h3>{% trans "Lines" %}</h3>
<td>{{ line.text }}</td>
<td>
{% for pictogram in line.pictograms.all %}
{{ pictogram.label|default_if_none:"" }}
{{ pictogram.code|default_if_none:"" }}
{{ pictogram.code|default_if_none:"" }} -
{{ pictogram.label|default_if_none:"" }} -
{{ pictogram.description|default_if_none:"" }}
<br>
{% endfor %}
Expand Down

0 comments on commit ab1c11c

Please sign in to comment.