diff --git a/todoApp/db.sqlite3 b/todoApp/db.sqlite3 index bfd34c0d..9bbb4596 100644 Binary files a/todoApp/db.sqlite3 and b/todoApp/db.sqlite3 differ diff --git a/todoApp/todos/templates/todos/index.html b/todoApp/todos/templates/todos/index.html index 92fb06f4..bd2b69c4 100644 --- a/todoApp/todos/templates/todos/index.html +++ b/todoApp/todos/templates/todos/index.html @@ -6,48 +6,57 @@ {% block content %}
+
- +
-
- {% csrf_token %} -
-
- -
-
- +
+ + {% csrf_token %} +
+
+ +
+
+ +
-
- + +

+
-
- {% for todo in todo_list %} -
-
- {% csrf_token %} - -
- {{ todo.title }} - - - +
+
+ {% for todo in todo_list %} +
+
+ {% csrf_token %} + +
+ {{ todo.title }} + + + +
+ {% endfor %}
- {% endfor %}