# HG changeset patch # User Brian Neal # Date 1388345930 21600 # Node ID b77acb1b6a8ab1c85bf0f4a190814b94ba8bde94 # Parent 9aae4f99f06246b499af6bf7013727d46d572fa2 Django 1.6: use new cycle tag from future. diff -r 9aae4f99f062 -r b77acb1b6a8a sg101/templates/bio/members.html --- a/sg101/templates/bio/members.html Sun Dec 29 13:20:07 2013 -0600 +++ b/sg101/templates/bio/members.html Sun Dec 29 13:38:50 2013 -0600 @@ -1,4 +1,5 @@ {% extends 'bio/base.html' %} +{% load cycle from future %} {% load bio_tags %} {% block title %}Member List{% endblock %} {% block bio_css %} diff -r 9aae4f99f062 -r b77acb1b6a8a sg101/templates/forums/forum_index.html --- a/sg101/templates/forums/forum_index.html Sun Dec 29 13:20:07 2013 -0600 +++ b/sg101/templates/forums/forum_index.html Sun Dec 29 13:38:50 2013 -0600 @@ -1,4 +1,5 @@ {% extends 'base.html' %} +{% load cycle from future %} {% load forum_tags %} {% load bio_tags %} {% block custom_head %} diff -r 9aae4f99f062 -r b77acb1b6a8a sg101/templates/forums/index.html --- a/sg101/templates/forums/index.html Sun Dec 29 13:20:07 2013 -0600 +++ b/sg101/templates/forums/index.html Sun Dec 29 13:38:50 2013 -0600 @@ -1,4 +1,5 @@ {% extends 'base.html' %} +{% load cycle from future %} {% load accounts_tags %} {% load cache %} {% load forum_tags %} diff -r 9aae4f99f062 -r b77acb1b6a8a sg101/templates/forums/mod_forum.html --- a/sg101/templates/forums/mod_forum.html Sun Dec 29 13:20:07 2013 -0600 +++ b/sg101/templates/forums/mod_forum.html Sun Dec 29 13:38:50 2013 -0600 @@ -1,4 +1,5 @@ {% extends 'base.html' %} +{% load cycle from future %} {% load bio_tags %} {% load forum_tags %} {% block title %}Moderate Forum: {{ forum.name }}{% endblock %} diff -r 9aae4f99f062 -r b77acb1b6a8a sg101/templates/forums/mod_split_topic.html --- a/sg101/templates/forums/mod_split_topic.html Sun Dec 29 13:20:07 2013 -0600 +++ b/sg101/templates/forums/mod_split_topic.html Sun Dec 29 13:38:50 2013 -0600 @@ -1,4 +1,5 @@ {% extends 'base.html' %} +{% load cycle from future %} {% load forum_tags %} {% block title %}Forums: Split Topic{% endblock %} {% block custom_js %}{{ form.media }}{% endblock %} diff -r 9aae4f99f062 -r b77acb1b6a8a sg101/templates/forums/post_list.html --- a/sg101/templates/forums/post_list.html Sun Dec 29 13:20:07 2013 -0600 +++ b/sg101/templates/forums/post_list.html Sun Dec 29 13:38:50 2013 -0600 @@ -1,4 +1,5 @@ {% extends 'base.html' %} +{% load cycle from future %} {% load forum_tags %} {% block title %}Forums: {{ title }}{% endblock %} {% block custom_js %} diff -r 9aae4f99f062 -r b77acb1b6a8a sg101/templates/forums/topic.html --- a/sg101/templates/forums/topic.html Sun Dec 29 13:20:07 2013 -0600 +++ b/sg101/templates/forums/topic.html Sun Dec 29 13:38:50 2013 -0600 @@ -1,4 +1,5 @@ {% extends 'base.html' %} +{% load cycle from future %} {% load forum_tags %} {% load core_tags %} {% load script_tags %} diff -r 9aae4f99f062 -r b77acb1b6a8a sg101/templates/forums/topic_list.html --- a/sg101/templates/forums/topic_list.html Sun Dec 29 13:20:07 2013 -0600 +++ b/sg101/templates/forums/topic_list.html Sun Dec 29 13:38:50 2013 -0600 @@ -1,4 +1,5 @@ {% extends 'base.html' %} +{% load cycle from future %} {% load bio_tags %} {% load forum_tags %} {% block title %}Forums: {{ title }}{% endblock %}