- {% if user.is_authenticated %}
-
- {% else %}
-
- {% endif %}
+
\ No newline at end of file
diff --git a/templates/home.html b/templates/home.html
index e684a71..754cfe7 100644
--- a/templates/home.html
+++ b/templates/home.html
@@ -3,25 +3,27 @@
{% block title %}Home{% endblock %}
{% block content %}
- {% if user.is_authenticated %}
-
-
-
Hi {{ user.username }} ! How are you ?
-
-
-
-
-
Forget, i don't care... Please go on
-
Deployments
- and enjoy the life !
+
+ {% if user.is_authenticated %}
+
+
+
Hi {{ user.username }} ! How are you ?
-
- {% else %}
-
-
-
Please log in !
+
+
+
Forget, i don't care... Please go on
+
Deployments
+ and enjoy the life !
+
+
-
- {% endif %}
+ {% else %}
+
+ {% endif %}
+
{% endblock %}
\ No newline at end of file
diff --git a/templates/pagination.html b/templates/pagination.html
index 801c5dd..978903b 100644
--- a/templates/pagination.html
+++ b/templates/pagination.html
@@ -1,4 +1,3 @@
-