diff --git a/core/static/css/base/amadeus.css b/core/static/css/base/amadeus.css index 72d0bf9..b96f963 100644 --- a/core/static/css/base/amadeus.css +++ b/core/static/css/base/amadeus.css @@ -320,3 +320,5 @@ body .container .jumbotron-inverse, body .container .well-inverse, body .contain .notification-count { background-color: #FF0000; } + +.datepicker{z-index:9999 !important} \ No newline at end of file diff --git a/core/templates/base.html b/core/templates/base.html index 01ec35a..14a3211 100644 --- a/core/templates/base.html +++ b/core/templates/base.html @@ -21,7 +21,7 @@ - + @@ -38,7 +38,7 @@ - + {% block style %} {% endblock %} diff --git a/courses/templates/subject/form_view_student.html b/courses/templates/subject/form_view_student.html index 3de7294..d1805f1 100644 --- a/courses/templates/subject/form_view_student.html +++ b/courses/templates/subject/form_view_student.html @@ -1,5 +1,9 @@ {% load i18n %} +{% block javascript %} + +{% endblock %} +
{{topic.description|linebreaks}}
+ {% list_topic_foruns request topic %} +{{ topic.description|linebreaks }}
- {% list_topic_foruns request topic %} + +