From 66472ef0f98dbb8c26be431bb161b4f52cd1cfb3 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 1 Jul 2016 18:05:01 +0200 Subject: [PATCH] fix spaces --- teleforma/exam/templates/exam/script_detail.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/teleforma/exam/templates/exam/script_detail.html b/teleforma/exam/templates/exam/script_detail.html index fd7e1bec..7958a3e1 100644 --- a/teleforma/exam/templates/exam/script_detail.html +++ b/teleforma/exam/templates/exam/script_detail.html @@ -33,17 +33,17 @@  {% trans "Topic" %} {% endif %} {% if script.score %} - {% trans "Score" %} : {{ script.score|floatformat }}/20 - {% trans "Comments" %} - {% trans "Imprimer" %} + {% trans "Score" %} : {{ script.score|floatformat }}/20 + {% trans "Comments" %} + {% trans "Imprimer" %} {% elif script.status == 0 %} {% trans "Rejected" %} {% else %} {% if user.quotas.all %} - {% trans "Scoring" %} - {% trans "Reject" %} + {% trans "Scoring" %} + {% trans "Reject" %} {% else %} - {% trans "Submitted" %} + {% trans "Submitted" %} {% endif %} {% endif %} -- 2.39.5