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 %}