diff --git a/amadeus/static/css/themes/green.css b/amadeus/static/css/themes/green.css index d639294..bbd057b 100644 --- a/amadeus/static/css/themes/green.css +++ b/amadeus/static/css/themes/green.css @@ -52,11 +52,11 @@ a, a:focus, a:hover { } .category-panel > .panel-heading { - background-color: #0277BD !important; + background-color: #015E96 !important; } .subject-panel > .panel-heading { - background-color: #039BE5 !important; + background-color: #0277BD !important; } .group-panel > .panel-heading { @@ -73,7 +73,7 @@ a, a:focus, a:hover { } .topic-panel > .panel-heading { - background-color: #7BA5B9 !important; + background-color: #1d8fe0 !important; } .topic-panel > .category-panel-content, .topic-panel-invisible > .category-panel-content { diff --git a/subjects/templates/subjects/view.html b/subjects/templates/subjects/view.html index bb50d47..5faa3a1 100644 --- a/subjects/templates/subjects/view.html +++ b/subjects/templates/subjects/view.html @@ -64,24 +64,6 @@
{% trans "Beginning" %}: {{subject.init_date}}
-{% trans "End" %}: {{subject.end_date}}
-{{subject.description|safe}}
{% if has_subject_permissions %} diff --git a/webpage/templates/webpages/view.html b/webpage/templates/webpages/view.html index 4b70ce7..3f888ca 100644 --- a/webpage/templates/webpages/view.html +++ b/webpage/templates/webpages/view.html @@ -28,34 +28,20 @@ {% subject_permissions request.user subject as has_subject_permissions %} {% if subject.visible %} -