diff --git a/README.md b/README.md
index 64cfca1..594c22b 100644
--- a/README.md
+++ b/README.md
@@ -44,8 +44,6 @@ Don't try to go into http://localhost:8000/admin, you won't have the rights and
## TODO
-- Update course
-
- Publish a message
- Register to a course
diff --git a/redis_app/templates/courses.html b/redis_app/templates/courses.html
index 36a9b68..d6aacad 100644
--- a/redis_app/templates/courses.html
+++ b/redis_app/templates/courses.html
@@ -1,5 +1,15 @@
+
Courses for {{ person.name }}
{% if courses %}
{% for course in courses %}
diff --git a/redis_app/templates/create.html b/redis_app/templates/create.html
index 67fce04..cce26d8 100644
--- a/redis_app/templates/create.html
+++ b/redis_app/templates/create.html
@@ -1,5 +1,15 @@
+