Mercurial > public > madeira
changeset 92:ac5ad3ec7215
For Django 1.5: {% load url from future %} is now obsolete.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Wed, 28 Aug 2013 18:28:49 -0500 |
parents | c15b50f1ebfc |
children | 388be986392e |
files | madeira/templates/admin/base_site.html madeira/templates/articles/article_detail.html madeira/templates/band/photo_detail.html madeira/templates/band/photos.html madeira/templates/base.html madeira/templates/email_list/admin_mail.html madeira/templates/gigs/gigs.html madeira/templates/gigs/upcoming_gigs_tag.html madeira/templates/index.html madeira/templates/videos/collection_detail.html madeira/templates/videos/collection_list.html |
diffstat | 11 files changed, 0 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- 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 %}
--- 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 %} <h1>Madeira Press, Articles, & Reviews</h1>
--- 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 %}
--- 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 %} <link rel="stylesheet" href="{{ STATIC_URL }}js/fancybox/jquery.fancybox-1.3.1.css" type="text/css" media="screen" />
--- 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 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -{% load url from future %} <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head><title>{% block title %}{% endblock %}</title> <meta http-equiv="Content-Type" content="text/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 %}
--- 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 %} <link rel="stylesheet" href="{{ STATIC_URL }}js/fancybox/jquery.fancybox-1.3.1.css" type="text/css" media="screen" />
--- 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 %} <div class="center-block"> <h2>Upcoming Shows...</h2>
--- 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 %}
--- 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 %} <h1>Madeira Videos: {{ collection.title }}</h1>
--- 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 %} <h1>Madeira Videos</h1>