diff --git a/happymailer/templates/admin/happymailer/templatemodel/base.html b/happymailer/templates/admin/happymailer/templatemodel/base.html index 99328e0..beadf4c 100644 --- a/happymailer/templates/admin/happymailer/templatemodel/base.html +++ b/happymailer/templates/admin/happymailer/templatemodel/base.html @@ -1,5 +1,5 @@ {% extends "admin/base_site.html" %} -{% load i18n admin_static admin_modify %} +{% load i18n static admin_modify %} {% load admin_urls %} {% block extrastyle %}{{ block.super }}{% endblock %} @@ -13,4 +13,4 @@ › {% block breadcrumbs_last %}{% endblock %} {% endblock %} -{% endif %} \ No newline at end of file +{% endif %} diff --git a/happymailer/templates/admin/happymailer/templatemodel/change_form.html b/happymailer/templates/admin/happymailer/templatemodel/change_form.html index fb1e15e..352aeff 100644 --- a/happymailer/templates/admin/happymailer/templatemodel/change_form.html +++ b/happymailer/templates/admin/happymailer/templatemodel/change_form.html @@ -1,5 +1,5 @@ {% extends "admin/change_form.html" %} -{% load i18n admin_urls admin_static admin_modify %} +{% load i18n admin_urls static admin_modify %} {% block content %}