mirror of
https://gitlab.com/animath/si/plateforme.git
synced 2024-12-25 06:22:22 +00:00
Disable turbolinks to load the solution file
This commit is contained in:
parent
e51674e76c
commit
d75ba1f890
@ -19,7 +19,7 @@
|
|||||||
<dt class="col-sm-2">{% trans "Solutions:" %}</dt>
|
<dt class="col-sm-2">{% trans "Solutions:" %}</dt>
|
||||||
<dd class="col-sm-10">
|
<dd class="col-sm-10">
|
||||||
{% for solution in participation.solutions.all %}
|
{% for solution in participation.solutions.all %}
|
||||||
<a href="{{ solution.file.url }}">{{ solution }}{% if not forloop.last %}, {% endif %}</a>
|
<a href="{{ solution.file.url }}" data-turbolinks="false">{{ solution }}{% if not forloop.last %}, {% endif %}</a>
|
||||||
{% empty %}
|
{% empty %}
|
||||||
{% trans "No solution was uploaded yet." %}
|
{% trans "No solution was uploaded yet." %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
Loading…
Reference in New Issue
Block a user