diff --git a/dpaste/templates/dpaste/about.html b/dpaste/templates/dpaste/about.html index c3c1d69..ac519ed 100644 --- a/dpaste/templates/dpaste/about.html +++ b/dpaste/templates/dpaste/about.html @@ -1,7 +1,6 @@ {% extends "dpaste/base.html" %} {% load i18n %} -{% load url from future %} {% block title %}About {{ site_name }}{% endblock %} {% block headline %}About {{ site_name }}{% endblock %} diff --git a/dpaste/templates/dpaste/base.html b/dpaste/templates/dpaste/base.html index da269da..1f8dc35 100644 --- a/dpaste/templates/dpaste/base.html +++ b/dpaste/templates/dpaste/base.html @@ -1,6 +1,5 @@ {% load i18n %} {% load staticfiles %} -{% load url from future %} diff --git a/dpaste/templates/dpaste/snippet_details.html b/dpaste/templates/dpaste/snippet_details.html index 23381d9..31f349e 100644 --- a/dpaste/templates/dpaste/snippet_details.html +++ b/dpaste/templates/dpaste/snippet_details.html @@ -3,7 +3,6 @@ {% load mptt_tags %} {% load i18n %} {% load dpaste_tags %} -{% load url from future %} {% block title %}{% trans "Snippet" %} #{{ snippet.pk }}{% endblock %} {% block headline %}{% trans "Snippet" %} #{{ snippet.pk }}{% endblock %} diff --git a/dpaste/templates/dpaste/snippet_diff.html b/dpaste/templates/dpaste/snippet_diff.html index 86bcdb5..649131c 100644 --- a/dpaste/templates/dpaste/snippet_diff.html +++ b/dpaste/templates/dpaste/snippet_diff.html @@ -1,5 +1,4 @@ {% load i18n %} -{% load url from future %}