diff --git a/amadeus/settings.py b/amadeus/settings.py index ab3230f..342a0a6 100644 --- a/amadeus/settings.py +++ b/amadeus/settings.py @@ -56,7 +56,6 @@ INSTALLED_APPS = [ 'app', 'courses', 'forum', - 'exam', 'poll', 'links', 'files', diff --git a/courses/templates/subject/exam_item_actions.html b/courses/templates/subject/exam_item_actions.html deleted file mode 100644 index 626934e..0000000 --- a/courses/templates/subject/exam_item_actions.html +++ /dev/null @@ -1,20 +0,0 @@ -{% load static i18n permission_tags professor_access %} - - - - -{% for exam in exams %} - {% professor_subject exam.topic.subject request.user as permission%} - {% if permission %} -
{% trans "Limit date:" %} {{exam.limit_date|date:'d/m/y'}}
-