From d75ba1f890de03a7914336269086d869903cda0d Mon Sep 17 00:00:00 2001 From: Yohann D'ANELLO Date: Tue, 12 Jan 2021 17:58:06 +0100 Subject: [PATCH] Disable turbolinks to load the solution file --- .../templates/participation/participation_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/participation/templates/participation/participation_detail.html b/apps/participation/templates/participation/participation_detail.html index 4aae765..c631b3f 100644 --- a/apps/participation/templates/participation/participation_detail.html +++ b/apps/participation/templates/participation/participation_detail.html @@ -19,7 +19,7 @@
{% trans "Solutions:" %}
{% for solution in participation.solutions.all %} - {{ solution }}{% if not forloop.last %}, {% endif %} + {{ solution }}{% if not forloop.last %}, {% endif %} {% empty %} {% trans "No solution was uploaded yet." %} {% endfor %}