diff --git a/settings.py b/settings.py index 9ccbcac..d9cf821 100644 --- a/settings.py +++ b/settings.py @@ -41,7 +41,7 @@ # URL that handles the media served from MEDIA_ROOT. Make sure to use a # trailing slash if there is a path component (optional in other cases). # Examples: "http://media.lawrence.com", "http://example.com/media/" -MEDIA_URL = '' +MEDIA_URL = '/static/' # URL prefix for admin media -- CSS, JavaScript and images. Make sure to use a # trailing slash. diff --git a/templates/base.html b/templates/base.html index 3430e11..f209f25 100644 --- a/templates/base.html +++ b/templates/base.html @@ -3,11 +3,11 @@ {% block title %}Minerva{% endblock %} - - - - - + + + + +