diff --git a/apps/participation/templates/participation/participation_detail.html b/apps/participation/templates/participation/participation_detail.html index 65ac9b9..1850acd 100644 --- a/apps/participation/templates/participation/participation_detail.html +++ b/apps/participation/templates/participation/participation_detail.html @@ -4,43 +4,35 @@ {% block content %} {% trans "any" as any %} -
-

{% trans "Participation of team" %} {{ participation.team.name }} ({{ participation.team.trigram }})

-
{% trans "Chosen problem:" %}
-
{{ participation.get_problem_display }}
+
{% trans "Chosen problem:" %}
+
{{ participation.get_problem_display }}
-
- -
-
-
-
-
-

{% trans "Participation of team" %} {{ participation.team.name }} ({{ participation.team.trigram }})

-
-
- {% trans "No video sent" as novideo %} - {% trans "Video link:" %} {{ participation.solution.link|default:novideo }} - - {% if participation.solution.platform == "youtube" %} - {% include "participation/youtube_iframe.html" with youtube_code=participation.solution.youtube_code %} - {% else %} -
- {% trans "This video platform is not supported yet." %} -
- {% endif %} +
+
+ {% trans "No video sent" as novideo %} +
{% trans "Video link:" %}
+
+ {{ participation.solution.link|default:novideo }} + +
+
+ {% if participation.solution.platform == "youtube" %} + {% include "participation/youtube_iframe.html" with youtube_code=participation.solution.youtube_code %} + {% else %} +
+ {% trans "This video platform is not supported yet." %} +
+ {% endif %} +
-
-
{% trans "Upload video" as modal_title %} {% trans "Upload" as modal_button %}