diff --git a/amadeus/settings.py b/amadeus/settings.py index be72e3a..ab3230f 100644 --- a/amadeus/settings.py +++ b/amadeus/settings.py @@ -60,7 +60,6 @@ INSTALLED_APPS = [ 'poll', 'links', 'files', - 'exercise', ] diff --git a/amadeus/urls.py b/amadeus/urls.py index b75fe7c..84ba7f7 100644 --- a/amadeus/urls.py +++ b/amadeus/urls.py @@ -23,7 +23,6 @@ urlpatterns = [ url(r'^home/', include('app.urls', namespace = 'app')), url(r'^courses/', include('courses.urls', namespace = 'course')), url(r'^users/', include('users.urls', namespace = 'users')), - url(r'^exercise/', include('exercise.urls', namespace = 'exercise')), url(r'^admin/', admin.site.urls), url(r'^', include('core.urls', namespace = 'core')), #API diff --git a/courses/templates/subject/form_view_student.html b/courses/templates/subject/form_view_student.html index 286ea88..3b3d81d 100644 --- a/courses/templates/subject/form_view_student.html +++ b/courses/templates/subject/form_view_student.html @@ -1,4 +1,4 @@ -{% load static i18n list_topic_foruns permission_tags widget_tweaks professor_access list_topic_exercises %} +{% load static i18n list_topic_foruns permission_tags widget_tweaks professor_access %} {% professor_subject topic.subject user as professor_links %} {% block javascript %} diff --git a/courses/templates/topic/update.html b/courses/templates/topic/update.html index 358dffd..70f1092 100644 --- a/courses/templates/topic/update.html +++ b/courses/templates/topic/update.html @@ -1,4 +1,4 @@ -{% load static i18n list_topic_foruns permission_tags widget_tweaks professor_access list_topic_exercises course_value_field %} +{% load static i18n list_topic_foruns permission_tags widget_tweaks professor_access course_value_field %}