misc: mark "Download sample file" for translation (#21285)

This commit is contained in:
Frédéric Péters 2018-01-20 19:14:48 +01:00
parent b26c5c2283
commit 42231c7af9
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
{% csrf_token %}
{{ form.as_p }}
<p>
<a href="{% url 'chrono-manager-sample-events-csv' %}">Download sample file</a>
<a href="{% url 'chrono-manager-sample-events-csv' %}">{% trans 'Download sample file' %}</a>
</p>
<div class="buttons">
<button>{% trans "Import" %}</button>