diff --git a/dpaste/settings/base.py b/dpaste/settings/base.py index 2017f90..a6d7eff 100644 --- a/dpaste/settings/base.py +++ b/dpaste/settings/base.py @@ -117,6 +117,7 @@ TEMPLATES = [ ] INSTALLED_APPS = ( + 'staticinline', 'django.contrib.staticfiles', 'django.contrib.sessions', 'dpaste.apps.dpasteAppConfig', diff --git a/dpaste/templates/dpaste/base.html b/dpaste/templates/dpaste/base.html index bbd1574..0a7992f 100644 --- a/dpaste/templates/dpaste/base.html +++ b/dpaste/templates/dpaste/base.html @@ -1,6 +1,6 @@ {% load i18n %} {% load staticfiles %} -{% load dpaste_tags %} +{% load staticinline %} @@ -8,7 +8,7 @@