# HG changeset patch # User Brian Neal # Date 1377732529 18000 # Node ID ac5ad3ec72154cf4b66cb0808a3f07e5162f60f4 # Parent c15b50f1ebfc9e3d584258215cee540eebfc26b0 For Django 1.5: {% load url from future %} is now obsolete. diff -r c15b50f1ebfc -r ac5ad3ec7215 madeira/templates/admin/base_site.html --- a/madeira/templates/admin/base_site.html Tue Aug 27 20:54:38 2013 -0500 +++ b/madeira/templates/admin/base_site.html Wed Aug 28 18:28:49 2013 -0500 @@ -1,5 +1,4 @@ {% extends "admin/base.html" %} -{% load url from future %} {% load i18n %} {% block title %}{{ title }} | {% trans 'Madeira site admin' %}{% endblock %} diff -r c15b50f1ebfc -r ac5ad3ec7215 madeira/templates/articles/article_detail.html --- a/madeira/templates/articles/article_detail.html Tue Aug 27 20:54:38 2013 -0500 +++ b/madeira/templates/articles/article_detail.html Wed Aug 28 18:28:49 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'base.html' %} -{% load url from future %} {% block title %}The Madeira | Press | {{ article.title }}{% endblock %} {% block content %}

Madeira Press, Articles, & Reviews

diff -r c15b50f1ebfc -r ac5ad3ec7215 madeira/templates/band/photo_detail.html --- a/madeira/templates/band/photo_detail.html Tue Aug 27 20:54:38 2013 -0500 +++ b/madeira/templates/band/photo_detail.html Wed Aug 28 18:28:49 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'base.html' %} -{% load url from future %} {% load markup %} {% block title %}The Madeira | Photos: {{ gallery.title }}{% endblock %} {% block custom_css %} diff -r c15b50f1ebfc -r ac5ad3ec7215 madeira/templates/band/photos.html --- a/madeira/templates/band/photos.html Tue Aug 27 20:54:38 2013 -0500 +++ b/madeira/templates/band/photos.html Wed Aug 28 18:28:49 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'base.html' %} -{% load url from future %} {% block title %}The Madeira | Photo Galleries{% endblock %} {% block custom_css %} diff -r c15b50f1ebfc -r ac5ad3ec7215 madeira/templates/base.html --- a/madeira/templates/base.html Tue Aug 27 20:54:38 2013 -0500 +++ b/madeira/templates/base.html Wed Aug 28 18:28:49 2013 -0500 @@ -1,7 +1,6 @@ -{% load url from future %} {% block title %}{% endblock %} diff -r c15b50f1ebfc -r ac5ad3ec7215 madeira/templates/email_list/admin_mail.html --- a/madeira/templates/email_list/admin_mail.html Tue Aug 27 20:54:38 2013 -0500 +++ b/madeira/templates/email_list/admin_mail.html Wed Aug 28 18:28:49 2013 -0500 @@ -1,5 +1,4 @@ {% extends "admin/base_site.html" %} -{% load url from future %} {% load adminmedia %} {% block title %}Send mail to mailing list{% endblock %} diff -r c15b50f1ebfc -r ac5ad3ec7215 madeira/templates/gigs/gigs.html --- a/madeira/templates/gigs/gigs.html Tue Aug 27 20:54:38 2013 -0500 +++ b/madeira/templates/gigs/gigs.html Wed Aug 28 18:28:49 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'base.html' %} -{% load url from future %} {% block title %}The Madeira | Shows{% endblock %} {% block custom_css %} diff -r c15b50f1ebfc -r ac5ad3ec7215 madeira/templates/gigs/upcoming_gigs_tag.html --- a/madeira/templates/gigs/upcoming_gigs_tag.html Tue Aug 27 20:54:38 2013 -0500 +++ b/madeira/templates/gigs/upcoming_gigs_tag.html Wed Aug 28 18:28:49 2013 -0500 @@ -1,4 +1,3 @@ -{% load url from future %} {% if gigs %}

Upcoming Shows...

diff -r c15b50f1ebfc -r ac5ad3ec7215 madeira/templates/index.html --- a/madeira/templates/index.html Tue Aug 27 20:54:38 2013 -0500 +++ b/madeira/templates/index.html Wed Aug 28 18:28:49 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'base.html' %} -{% load url from future %} {% load gig_tags %} {% block title %}The Madeira{% endblock %} {% block custom_css %} diff -r c15b50f1ebfc -r ac5ad3ec7215 madeira/templates/videos/collection_detail.html --- a/madeira/templates/videos/collection_detail.html Tue Aug 27 20:54:38 2013 -0500 +++ b/madeira/templates/videos/collection_detail.html Wed Aug 28 18:28:49 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'base.html' %} -{% load url from future %} {% block title %}The Madeira | Videos: {{ collection.title }}{% endblock %} {% block content %}

Madeira Videos: {{ collection.title }}

diff -r c15b50f1ebfc -r ac5ad3ec7215 madeira/templates/videos/collection_list.html --- a/madeira/templates/videos/collection_list.html Tue Aug 27 20:54:38 2013 -0500 +++ b/madeira/templates/videos/collection_list.html Wed Aug 28 18:28:49 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'base.html' %} -{% load url from future %} {% block title %}The Madeira | Videos{% endblock %} {% block content %}

Madeira Videos