From f240dd8ded4df1b84652f10161e0bc4611da35c8 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Thu, 14 Jun 2018 00:19:31 +0200 Subject: [PATCH] Fix responsiveness in confirm danger --- manuels/templates/manuels/confirm_teacher.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manuels/templates/manuels/confirm_teacher.html b/manuels/templates/manuels/confirm_teacher.html index ffa7aab..cd9be22 100644 --- a/manuels/templates/manuels/confirm_teacher.html +++ b/manuels/templates/manuels/confirm_teacher.html @@ -5,7 +5,7 @@ {% block content %}
-
+

Bienvenue {{ teacher.full_name }}

{% block title %}Confirmer les listes{% endblock %}