mirror of
https://github.com/Crocmagnon/charasheet.git
synced 2024-11-16 19:51:23 +01:00
Fix spacing before comma
This commit is contained in:
parent
279b8ed186
commit
ccb9a39b57
1 changed files with 1 additions and 2 deletions
|
@ -24,8 +24,7 @@
|
||||||
alt="Image de profil"
|
alt="Image de profil"
|
||||||
>
|
>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{{ other }}
|
{{ other }}</a>{% if not forloop.last %}, {% endif %}
|
||||||
</a>{% if not forloop.last %}, {% endif %}
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</p>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue