diff --git a/app/templates/home.html b/app/templates/home.html
index 9cba062..7efcd2e 100644
--- a/app/templates/home.html
+++ b/app/templates/home.html
@@ -94,10 +94,10 @@
{% endif %}
{% if user|has_role:'system_admin' or user|has_role:'professor' %}
- {% trans 'Manage Courses' %}
+ {% trans 'Manage Courses' %}
-
+
{% for course in courses_list %}
- {{ course }}
{% endfor %}
diff --git a/core/static/css/base/amadeus.css b/core/static/css/base/amadeus.css
index 061c567..9a17ec8 100644
--- a/core/static/css/base/amadeus.css
+++ b/core/static/css/base/amadeus.css
@@ -256,4 +256,9 @@ a.alert_message:hover{color : grey}
display: none;
}
-
+.accordion {
+ background: #c0c0c0;
+}
+.accordion_list {
+ background: #e0e0e0;
+}
--
libgit2 0.21.2