diff --git a/amadeus/settings.py b/amadeus/settings.py index 34afcfe..4053e2f 100644 --- a/amadeus/settings.py +++ b/amadeus/settings.py @@ -144,6 +144,10 @@ USE_TZ = True STATIC_URL = '/static/' +STATICFILES_DIRS = [ + os.path.join(BASE_DIR, "static"), +] + # Files MEDIA_ROOT = os.path.join(os.path.dirname(BASE_DIR), 'uploads') MEDIA_URL = '/uploads/' diff --git a/courses/templates/subject/form_view_teacher.html b/courses/templates/subject/form_view_teacher.html index 71c0666..572d7c7 100644 --- a/courses/templates/subject/form_view_teacher.html +++ b/courses/templates/subject/form_view_teacher.html @@ -1,71 +1,7 @@ {% load static i18n %} {% block javascript %} - + {% endblock %}
diff --git a/forum/templates/post_list.html b/forum/templates/post_list.html index 28f8793..a226a02 100644 --- a/forum/templates/post_list.html +++ b/forum/templates/post_list.html @@ -4,7 +4,7 @@