diff --git a/courses/templates/course/index.html b/courses/templates/course/index.html index f0dcf95..b33d36a 100644 --- a/courses/templates/course/index.html +++ b/courses/templates/course/index.html @@ -22,6 +22,23 @@ + +{% if user|has_role:'professor, system_admin' %} + +
+ +{% endif %} + {% endblock %} {% block content %} @@ -36,7 +53,103 @@ {% endfor %} {% endif %} +{% if user|has_role:'professor, system_admin' %} + +