diff --git a/app/templates/home.html b/app/templates/home.html index 41c0ef0..39d252e 100644 --- a/app/templates/home.html +++ b/app/templates/home.html @@ -87,7 +87,7 @@
  • {% trans 'Profile' %}
  • {% trans 'Pending Tasks' %}
  • {% if user|has_role:'student' and not user.is_staff %} -
  • {% trans 'My courses' %}
  • +
  • {% trans 'My courses' %}
  • {% endif %} {% if user|has_role:'system_admin' %}
  • {% trans 'Manage Users' %}
  • diff --git a/app/templates/home_student.html b/app/templates/home_student.html index 4616a44..85e16a6 100644 --- a/app/templates/home_student.html +++ b/app/templates/home_student.html @@ -23,7 +23,7 @@
    -- libgit2 0.21.2