From 172858c621d6e15b250816836a380266bd983955 Mon Sep 17 00:00:00 2001 From: Kagamino Date: Wed, 19 Dec 2018 17:31:00 +0100 Subject: [PATCH] typo missing a --- core/templates/core/components/document_full.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/templates/core/components/document_full.html b/core/templates/core/components/document_full.html index c434248..71f99c3 100644 --- a/core/templates/core/components/document_full.html +++ b/core/templates/core/components/document_full.html @@ -22,7 +22,7 @@
Sujet - {% if document.type == "Annale" %} Correction{% endif %} + {% if document.type == "Annale" %} Correction {% endif %} -- GitLab