diff --git a/HTTP_200/settings.py b/HTTP_200/settings.py index 4b365c14..f0018230 100644 --- a/HTTP_200/settings.py +++ b/HTTP_200/settings.py @@ -57,6 +57,7 @@ 'debug_toolbar', 'import_export', 'wifi', + 'emailform', 'rest_framework_docs', 'rest_framework.authtoken', 'notifications', @@ -263,6 +264,7 @@ ] MEDIA_ROOT = os.path.join(TEMPLATE_DIR, 'media') +MEDIA_URL = '/media/' SPAGHETTI_SAUCE = { 'apps': ['auth', 'notices', 'profiles', 'notifications'], diff --git a/HTTP_200/templates/bookmark.html b/HTTP_200/templates/bookmark.html index 99048877..b2ecfe1a 100644 --- a/HTTP_200/templates/bookmark.html +++ b/HTTP_200/templates/bookmark.html @@ -127,6 +127,10 @@ Wifi-Form +