Mercurial > public > sg101
changeset 742:b77acb1b6a8a
Django 1.6: use new cycle tag from future.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 29 Dec 2013 13:38:50 -0600 |
parents | 9aae4f99f062 |
children | 66d46d31d543 |
files | sg101/templates/bio/members.html sg101/templates/forums/forum_index.html sg101/templates/forums/index.html sg101/templates/forums/mod_forum.html sg101/templates/forums/mod_split_topic.html sg101/templates/forums/post_list.html sg101/templates/forums/topic.html sg101/templates/forums/topic_list.html |
diffstat | 8 files changed, 8 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 %}
--- 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 %}
--- 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 %}
--- 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 %}
--- 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 %}
--- 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 %}
--- 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 %}
--- 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 %}