1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-21 11:18:27 +02:00

Solutions

This commit is contained in:
Yohann D'ANELLO
2020-04-30 20:11:03 +02:00
parent eee7fc845c
commit c636f483bb
7 changed files with 162 additions and 6 deletions

View File

@ -43,7 +43,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>
<a data-turbolinks="false" href="{% url "member:document" file=team.motivation_letters.last.file %}">{% trans "Download" %}</a>
<a data-turbolinks="false" href="{% url "document" file=team.motivation_letters.last.file %}">{% trans "Download" %}</a>
</div>
{% endif %}