From 9e862edb1b69320a567586b1e6b938b02bda1964 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Sun, 3 Jun 2018 16:38:01 +0200 Subject: [PATCH] Fix form width. Close #21 --- manuels/templates/manuels/add_item.html | 2 +- manuels/templates/manuels/home_page.html | 28 ++++++++++-------------- 2 files changed, 13 insertions(+), 17 deletions(-) diff --git a/manuels/templates/manuels/add_item.html b/manuels/templates/manuels/add_item.html index b39fb4f..4eddb74 100644 --- a/manuels/templates/manuels/add_item.html +++ b/manuels/templates/manuels/add_item.html @@ -5,7 +5,7 @@ {% block content %}
-
+

Bienvenue {{ teacher.full_name }}

{% block title %}{{ verb }} {{ item }}{% endblock %} diff --git a/manuels/templates/manuels/home_page.html b/manuels/templates/manuels/home_page.html index 5c3475e..a072506 100644 --- a/manuels/templates/manuels/home_page.html +++ b/manuels/templates/manuels/home_page.html @@ -6,23 +6,19 @@ {% block content %}
-
+

Bienvenue !

-
-
- -
-
+
{% csrf_token %} {% bootstrap_form form %}