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 %}

{% blocktrans with fileA.get_absolute_url as filea_url and fileB.get_absolute_url as fileb_url and fileA.id as filea_id and fileB.id as fileb_id %} diff --git a/dpaste/templates/dpaste/snippet_form.html b/dpaste/templates/dpaste/snippet_form.html index fac4747..361236a 100644 --- a/dpaste/templates/dpaste/snippet_form.html +++ b/dpaste/templates/dpaste/snippet_form.html @@ -1,5 +1,4 @@ {% load i18n %} -{% load url from future %}
{% csrf_token %} diff --git a/dpaste/templates/dpaste/snippet_list.html b/dpaste/templates/dpaste/snippet_list.html index d0e4a92..d11d876 100644 --- a/dpaste/templates/dpaste/snippet_list.html +++ b/dpaste/templates/dpaste/snippet_list.html @@ -1,7 +1,6 @@ {% extends "dpaste/base.html" %} {% load i18n %} -{% load url from future %} {% load dpaste_tags %} {% block title %}Snippet History{% endblock %} diff --git a/dpaste/templates/dpaste/snippet_new.html b/dpaste/templates/dpaste/snippet_new.html index ef4b3bf..dc2b9df 100644 --- a/dpaste/templates/dpaste/snippet_new.html +++ b/dpaste/templates/dpaste/snippet_new.html @@ -1,7 +1,6 @@ {% extends "dpaste/base.html" %} {% load i18n %} -{% load url from future %} {% block title %}{% trans "New snippet" %}{% endblock %} {% block headline %}{% trans "New snippet" %}{% endblock %}