fix typo
This commit is contained in:
parent
8a7c9a90b0
commit
50f289336d
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@
|
||||||
{% trans 'Status' %}: {{ export_task.get_state_display }}
|
{% trans 'Status' %}: {{ export_task.get_state_display }}
|
||||||
<br>
|
<br>
|
||||||
{{ export_task.message }}
|
{{ export_task.message }}
|
||||||
{% if letterboxd_task.metadata.file %}
|
{% if export_task.metadata.file %}
|
||||||
<a href="{% url 'users:export_marks' %}" download>{% trans 'Download' %}</a>
|
<a href="{% url 'users:export_marks' %}" download>{% trans 'Download' %}</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Add table
Reference in a new issue