1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-21 14:38:24 +02:00

Translations

This commit is contained in:
Yohann D'ANELLO
2020-04-30 20:18:51 +02:00
parent c636f483bb
commit f70f6f16f0
2 changed files with 262 additions and 71 deletions

View File

@ -42,7 +42,7 @@
{% if team.motivation_letters.count %}
<div class="alert alert-info">
<strong>{% blocktrans with version=team.motivation_letters.count %}Motivation letter (version {{ version }}):{% endblocktrans %}</strong>
<strong>{% blocktrans %}Motivation letter:{% endblocktrans %}</strong>
<a data-turbolinks="false" href="{% url "document" file=team.motivation_letters.last.file %}">{% trans "Download" %}</a>
</div>
{% endif %}