# HG changeset patch # User Brian Neal # Date 1376964267 18000 # Node ID 25a408bb71a3c8f29541db10c858741be1ca3d91 # Parent 53a56d19568cd6f3490f920d56fbc62d64281151 For Django 1.5.2; remove 'load url from future' tag. diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/accounts/ajax_login_form.html --- a/sg101/templates/accounts/ajax_login_form.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/accounts/ajax_login_form.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,4 +1,3 @@ -{% load url from future %}

diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/accounts/login.html --- a/sg101/templates/accounts/login.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/accounts/login.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'base.html' %} -{% load url from future %} {% block title %}Login{% endblock %} {% block content %}

Login

diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/accounts/password_change.html --- a/sg101/templates/accounts/password_change.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/accounts/password_change.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'base.html' %} -{% load url from future %} {% block title %}Change Password{% endblock %} {% block content %}

Change Password

diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/accounts/password_reset_complete.html --- a/sg101/templates/accounts/password_reset_complete.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/accounts/password_reset_complete.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'base.html' %} -{% load url from future %} {% block title %}Password Reset Complete{% endblock %} {% block content %}

Password Reset Complete

diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/accounts/password_reset_confirm.html --- a/sg101/templates/accounts/password_reset_confirm.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/accounts/password_reset_confirm.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'base.html' %} -{% load url from future %} {% block title %}Reset Password{% endblock %} {% block content %}

Reset Password

diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/accounts/register_failure.html --- a/sg101/templates/accounts/register_failure.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/accounts/register_failure.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'base.html' %} -{% load url from future %} {% block title %}Registration Error{% endblock %} {% block content %}

Registration Error

diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/accounts/register_success.html --- a/sg101/templates/accounts/register_success.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/accounts/register_success.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'base.html' %} -{% load url from future %} {% block title %}Registration Confirmed{% endblock %} {% block content %}

Congratulations, Your Account Has Been Created

diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/accounts/user_stats_tag.html --- a/sg101/templates/accounts/user_stats_tag.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/accounts/user_stats_tag.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,4 +1,3 @@ -{% load url from future %} {% load bio_tags %} {% load cache %} {% load humanize %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/antispam/blocked.html --- a/sg101/templates/antispam/blocked.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/antispam/blocked.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'base.html' %} -{% load url from future %} {% block title %}Blocked{% endblock %} {% block content %}

Blocked

diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/antispam/suspended.html --- a/sg101/templates/antispam/suspended.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/antispam/suspended.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'base.html' %} -{% load url from future %} {% block title %}Account Suspension Status{% endblock %} {% block content %}

Account Suspension Status

diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/base.html --- a/sg101/templates/base.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/base.html Mon Aug 19 21:04:27 2013 -0500 @@ -5,7 +5,6 @@ xmlns:og="http://ogp.me/ns#" xmlns:fb="https://www.facebook.com/2008/fbml" xml:lang="en" lang="en"> -{% load url from future %} {% load shoutbox_tags %} {% load irc_tags %} {% load potd_tags %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/bio/avatar.html --- a/sg101/templates/bio/avatar.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/bio/avatar.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'bio/base.html' %} -{% load url from future %} {% load bio_tags %} {% block title %}Change My Avatar{% endblock %} {% block content %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/bio/avatar_tag.html --- a/sg101/templates/bio/avatar_tag.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/bio/avatar_tag.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,2 +1,1 @@ -{% load url from future %} {% if profile_link %}{% endif %}avatar{% if profile_link %}{% endif %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/bio/edit_elsewhere.html --- a/sg101/templates/bio/edit_elsewhere.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/bio/edit_elsewhere.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'bio/base.html' %} -{% load url from future %} {% block title %}Edit Your Elsewhere Links{% endblock %} {% block content %}

Edit Your Elsewhere Links

diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/bio/edit_profile.html --- a/sg101/templates/bio/edit_profile.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/bio/edit_profile.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'bio/base.html' %} -{% load url from future %} {% load bio_tags %} {% load elsewhere_tags %} {% block title %}Edit Profile{% endblock %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/bio/members.html --- a/sg101/templates/bio/members.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/bio/members.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'bio/base.html' %} -{% load url from future %} {% load bio_tags %} {% block title %}Member List{% endblock %} {% block bio_css %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/bio/profile_link_tag.html --- a/sg101/templates/bio/profile_link_tag.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/bio/profile_link_tag.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,2 +1,1 @@ -{% load url from future %} {{ username }}{{ trailing_text }} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/bio/view_profile.html --- a/sg101/templates/bio/view_profile.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/bio/view_profile.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'bio/base.html' %} -{% load url from future %} {% load bio_tags %} {% load elsewhere_tags %} {% load core_tags %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/comments/comment.html --- a/sg101/templates/comments/comment.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/comments/comment.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,4 +1,3 @@ -{% load url from future %} {% load bio_tags %}
{{ forloop.counter }}.
diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/comments/comment_form.html --- a/sg101/templates/comments/comment_form.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/comments/comment_form.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,4 +1,3 @@ -{% load url from future %} {% load core_tags %} {% if user.is_authenticated %} {% csrf_token %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/contact/contact_form.html --- a/sg101/templates/contact/contact_form.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/contact/contact_form.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'base.html' %} -{% load url from future %} {% block title %}Contact{% endblock %} {% block content %}

Contact Us

diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/contests/contest_detail.html --- a/sg101/templates/contests/contest_detail.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/contests/contest_detail.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'base.html' %} -{% load url from future %} {% load bio_tags %} {% load core_tags %} {% block custom_meta %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/core/birthday_block.html --- a/sg101/templates/core/birthday_block.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/core/birthday_block.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'side_block.html' %} -{% load url from future %} {% load bio_tags %} {% load humanize %} {% block block_title %}Cake {{ today|date:"F" }} Birthdays Cake {% endblock %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/donations/index.html --- a/sg101/templates/donations/index.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/donations/index.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'base.html' %} -{% load url from future %} {% load bio_tags %} {% load cache %} {% load donations_tags %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/donations/monthly_goal_tag.html --- a/sg101/templates/donations/monthly_goal_tag.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/donations/monthly_goal_tag.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'side_block.html' %} -{% load url from future %} {% block block_title %}Donations{% endblock %} {% block block_content %}

Help us meet our monthly goal:

diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/donations/thanks.html --- a/sg101/templates/donations/thanks.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/donations/thanks.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'base.html' %} -{% load url from future %} {% block title %}Thanks For The Donation{% endblock %} {% block content %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/downloads/download.html --- a/sg101/templates/downloads/download.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/downloads/download.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,4 +1,3 @@ -{% load url from future %} {% load comment_tags %} {% load bio_tags %} {% get_comment_count for download as comment_count %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/downloads/download_list.html --- a/sg101/templates/downloads/download_list.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/downloads/download_list.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'base.html' %} -{% load url from future %} {% load downloads_tags %} {% block title %}Downloads: {{ category.title }}{% endblock %} {% block custom_css %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/downloads/index.html --- a/sg101/templates/downloads/index.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/downloads/index.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'base.html' %} -{% load url from future %} {% load downloads_tags %} {% block title %}Downloads{% endblock %} {% block custom_css %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/downloads/navigation.html --- a/sg101/templates/downloads/navigation.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/downloads/navigation.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,4 +1,3 @@ -{% load url from future %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/forums/display_post.html --- a/sg101/templates/forums/display_post.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/forums/display_post.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,4 +1,3 @@ -{% load url from future %} {% load bio_tags %} {% load forum_tags %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/forums/favorite_status.html --- a/sg101/templates/forums/favorite_status.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/forums/favorite_status.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'base.html' %} -{% load url from future %} {% load forum_tags %} {% block title %}Forums: Favorite Topics{% endblock %} {% block content %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/forums/forum_index.html --- a/sg101/templates/forums/forum_index.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/forums/forum_index.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'base.html' %} -{% load url from future %} {% load forum_tags %} {% load bio_tags %} {% block custom_head %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/forums/forum_query.html --- a/sg101/templates/forums/forum_query.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/forums/forum_query.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,4 +1,3 @@ -{% load url from future %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/forums/last_post_info.html --- a/sg101/templates/forums/last_post_info.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/forums/last_post_info.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,4 +1,3 @@ -{% load url from future %} {% load bio_tags %} {% load forum_tags %} {% if post %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/forums/mod_forum.html --- a/sg101/templates/forums/mod_forum.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/forums/mod_forum.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'base.html' %} -{% load url from future %} {% load bio_tags %} {% load forum_tags %} {% block title %}Moderate Forum: {{ forum.name }}{% endblock %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/forums/navigation_tag.html --- a/sg101/templates/forums/navigation_tag.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/forums/navigation_tag.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,4 +1,3 @@ -{% load url from future %}

SurfGuitar101 Forums » {% for nav_item in nav_list %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/forums/new_posts_tag.html --- a/sg101/templates/forums/new_posts_tag.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/forums/new_posts_tag.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,4 +1,3 @@ -{% load url from future %} {% load core_tags %}

Latest Forum Posts

diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/forums/post_edit_button.html --- a/sg101/templates/forums/post_edit_button.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/forums/post_edit_button.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,4 +1,3 @@ -{% load url from future %} {% if show_button %} Edit post {% endif %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/forums/post_ip.html --- a/sg101/templates/forums/post_ip.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/forums/post_ip.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'base.html' %} -{% load url from future %} {% load bio_tags %} {% block title %}Post IP Address Info: {{ post.user_ip }}{% endblock %} {% block content %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/forums/spammer.html --- a/sg101/templates/forums/spammer.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/forums/spammer.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'base.html' %} -{% load url from future %} {% load bio_tags %} {% block title %}Deactivate Spammer: {{ post.user.username }}{% endblock %} {% block content %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/forums/spammer_nailed.html --- a/sg101/templates/forums/spammer_nailed.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/forums/spammer_nailed.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'base.html' %} -{% load url from future %} {% load bio_tags %} {% block title %}Spammer Nailed: {{ spammer.username }}{% endblock %} {% block content %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/forums/stranger.html --- a/sg101/templates/forums/stranger.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/forums/stranger.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'base.html' %} -{% load url from future %} {% load bio_tags %} {% block title %}Promote Stranger: {{ post.user.username }}{% endblock %} {% block content %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/forums/subscription_status.html --- a/sg101/templates/forums/subscription_status.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/forums/subscription_status.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'base.html' %} -{% load url from future %} {% load forum_tags %} {% block title %}Forums: {% if is_subscribed %}S{% else %}Uns{% endif %}ubscribed to Topic{% endblock %} {% block content %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/forums/topic.html --- a/sg101/templates/forums/topic.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/forums/topic.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'base.html' %} -{% load url from future %} {% load forum_tags %} {% load core_tags %} {% load script_tags %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/forums/topic_icons_tag.html --- a/sg101/templates/forums/topic_icons_tag.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/forums/topic_icons_tag.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,4 +1,3 @@ -{% load url from future %} {% if topic.has_unread %}New Posts{% endif %} {% if topic.sticky %}Sticky{% endif %} {% if topic.locked %}Locked diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/gcalendar/event.html --- a/sg101/templates/gcalendar/event.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/gcalendar/event.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'base.html' %} -{% load url from future %} {% load core_tags %} {% block title %}{{ title }}{% endblock %} {% block custom_js %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/gcalendar/google_sync.html --- a/sg101/templates/gcalendar/google_sync.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/gcalendar/google_sync.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'admin/base_site.html' %} -{% load url from future %} {% load core_tags %} {% block title %}Sync Events w/Google Calendar{% endblock %} {% block breadcrumbs %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/gcalendar/index.html --- a/sg101/templates/gcalendar/index.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/gcalendar/index.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'base.html' %} -{% load url from future %} {% block title %}Event Calendar{% endblock %} {% block content %}

SurfGuitar101 Event Calendar

diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/gcalendar/thanks_add.html --- a/sg101/templates/gcalendar/thanks_add.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/gcalendar/thanks_add.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'base.html' %} -{% load url from future %} {% block title %}Event Calendar - Thanks{% endblock %} {% block content %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/gcalendar/thanks_edit.html --- a/sg101/templates/gcalendar/thanks_edit.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/gcalendar/thanks_edit.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'base.html' %} -{% load url from future %} {% block title %}Event Calendar Changes Received{% endblock %} {% block content %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/home.html --- a/sg101/templates/home.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/home.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'base.html' %} -{% load url from future %} {% load bulletin_tags %} {% load core_tags %} {% load news_tags %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/membermap/balloon.html --- a/sg101/templates/membermap/balloon.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/membermap/balloon.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,4 +1,3 @@ -{% load url from future %} {% load bio_tags %} {% if avatar_url %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/membermap/index.html --- a/sg101/templates/membermap/index.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/membermap/index.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'base.html' %} -{% load url from future %} {% load core_tags %} {% block title %}Member Map{% endblock %} {% block custom_js %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/membermap/markdown.html --- a/sg101/templates/membermap/markdown.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/membermap/markdown.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,4 +1,3 @@ -{% load url from future %} {% load markup %} {% load smiley_tags %} {% load bio_tags %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/messages/compose_tab.html --- a/sg101/templates/messages/compose_tab.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/messages/compose_tab.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,4 +1,3 @@ -{% load url from future %} {% load core_tags %} {% load script_tags %} {% script_tags 'markitup' %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/messages/inbox_tab.html --- a/sg101/templates/messages/inbox_tab.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/messages/inbox_tab.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,4 +1,3 @@ -{% load url from future %} {% if messages %}
    {% for msg in messages %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/messages/outbox_tab.html --- a/sg101/templates/messages/outbox_tab.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/messages/outbox_tab.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,4 +1,3 @@ -{% load url from future %} {% if messages %}
      {% for msg in messages %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/messages/tabbed_base.html --- a/sg101/templates/messages/tabbed_base.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/messages/tabbed_base.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'base.html' %} -{% load url from future %} {% load script_tags %} {% block custom_css %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/messages/trash_tab.html --- a/sg101/templates/messages/trash_tab.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/messages/trash_tab.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,4 +1,3 @@ -{% load url from future %} {% if messages %}
        {% for msg in messages %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/messages/unread_messages_tag.html --- a/sg101/templates/messages/unread_messages_tag.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/messages/unread_messages_tag.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,4 +1,3 @@ -{% load url from future %} {% if unread_count == 0 %} Private Messages {% endif %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/navbar.html --- a/sg101/templates/navbar.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/navbar.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,4 +1,3 @@ -{% load url from future %} {% load messages_tags %}
          {% if user.is_authenticated %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/news/archive_index.html --- a/sg101/templates/news/archive_index.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/news/archive_index.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'news/base.html' %} -{% load url from future %} {% block title %}News Archive{% endblock %} {% block archive-class %}class="active"{% endblock %} {% block news_content %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/news/base.html --- a/sg101/templates/news/base.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/news/base.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'base.html' %} -{% load url from future %} {% block custom_head %} {% endblock %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/news/category_index.html --- a/sg101/templates/news/category_index.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/news/category_index.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'news/base.html' %} -{% load url from future %} {% block title %}News: Categories{% endblock %} {% block categories-class %}class="active"{% endblock %} {% block news_content %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/news/current_news.html --- a/sg101/templates/news/current_news.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/news/current_news.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,4 +1,3 @@ -{% load url from future %} {% if stories %}

          Current News Stories

          {% for story in stories %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/news/story.html --- a/sg101/templates/news/story.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/news/story.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'news/base.html' %} -{% load url from future %} {% load tagging_tags %} {% load bio_tags %} {% load comment_tags %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/news/story_summary.html --- a/sg101/templates/news/story_summary.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/news/story_summary.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,4 +1,3 @@ -{% load url from future %} {% load tagging_tags %} {% load bio_tags %} {% load comment_tags %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/news/submit_news.html --- a/sg101/templates/news/submit_news.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/news/submit_news.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'news/base.html' %} -{% load url from future %} {% block title %}News: Submit News{% endblock %} {% if add_form %} {% block custom_js %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/news/tag_index.html --- a/sg101/templates/news/tag_index.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/news/tag_index.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'news/base.html' %} -{% load url from future %} {% block title %}News: Tags{% endblock %} {% block tags-class %}class="active"{% endblock %} {% block news_content %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/podcast/base.html --- a/sg101/templates/podcast/base.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/podcast/base.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'base.html' %} -{% load url from future %} {% block custom_head %} {% endblock %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/podcast/detail.html --- a/sg101/templates/podcast/detail.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/podcast/detail.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'podcast/base.html' %} -{% load url from future %} {% load script_tags %} {% load core_tags %} {% block title %}Podcast: {{ podcast.title }}{% endblock %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/polls/latest_poll_block_tag.html --- a/sg101/templates/polls/latest_poll_block_tag.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/polls/latest_poll_block_tag.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'side_block.html' %} -{% load url from future %} {% block block_title %}Current Polls{% endblock %} {% block block_content %} {% if polls %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/polls/latest_poll_tag.html --- a/sg101/templates/polls/latest_poll_tag.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/polls/latest_poll_tag.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,4 +1,3 @@ -{% load url from future %} {% if poll %}

          Latest Poll

          diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/polls/poll_detail.html --- a/sg101/templates/polls/poll_detail.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/polls/poll_detail.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'base.html' %} -{% load url from future %} {% load comment_tags %} {% load script_tags %} {% block title %}Poll Results: {{ poll.question }}{% endblock %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/polls/poll_vote.html --- a/sg101/templates/polls/poll_vote.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/polls/poll_vote.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'base.html' %} -{% load url from future %} {% block title %}Polls: {{ poll.question }}{% endblock %} {% block custom_css %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/potd/potd_block.html --- a/sg101/templates/potd/potd_block.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/potd/potd_block.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'side_block.html' %} -{% load url from future %} {% block block_title %}Photo of the Day{% endblock %} {% block block_content %} {% if potd %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/potd/view.html --- a/sg101/templates/potd/view.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/potd/view.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'base.html' %} -{% load url from future %} {% load bio_tags %} {% load core_tags %} {% load comment_tags %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/shoutbox/missing_shout.html --- a/sg101/templates/shoutbox/missing_shout.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/shoutbox/missing_shout.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'base.html' %} -{% load url from future %} {% block title %}Shout Not Found{% endblock %} {% block content %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/shoutbox/shout_detail.html --- a/sg101/templates/shoutbox/shout_detail.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/shoutbox/shout_detail.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,4 +1,3 @@ -{% load url from future %} {% load bio_tags %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/shoutbox/shoutbox.html --- a/sg101/templates/shoutbox/shoutbox.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/shoutbox/shoutbox.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'side_block.html' %} -{% load url from future %} {% load core_tags %} {% block block_title %}Shoutbox{% endblock %} {% block block_content %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/shoutbox/view_shout.html --- a/sg101/templates/shoutbox/view_shout.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/shoutbox/view_shout.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'base.html' %} -{% load url from future %} {% load script_tags %} {% block custom_css %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/weblinks/add_link.html --- a/sg101/templates/weblinks/add_link.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/weblinks/add_link.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'weblinks/base.html' %} -{% load url from future %} {% block title %}Web Links: Add Link{% endblock %} {% block weblinks_content %}

          Add Link

          diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/weblinks/index.html --- a/sg101/templates/weblinks/index.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/weblinks/index.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'weblinks/base.html' %} -{% load url from future %} {% block title %}Web Links{% endblock %} {% block weblinks_content %}

          Categories

          diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/weblinks/link.html --- a/sg101/templates/weblinks/link.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/weblinks/link.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,4 +1,3 @@ -{% load url from future %} {% load bio_tags %}

          {{ link.title }}

          diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/weblinks/navigation.html --- a/sg101/templates/weblinks/navigation.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/weblinks/navigation.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,4 +1,3 @@ -{% load url from future %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/weblinks/view_links.html --- a/sg101/templates/weblinks/view_links.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/weblinks/view_links.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'weblinks/base.html' %} -{% load url from future %} {% block title %}Web Links: {{ category.title }}{% endblock %} {% block weblinks_css %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/ygroup/post_detail.html --- a/sg101/templates/ygroup/post_detail.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/ygroup/post_detail.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'base.html' %} -{% load url from future %} {% block title %}Yahoo Group Archives: {{ post.title }}{% endblock %} {% block content %}

          Yahoo Group Archives »

          diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/ygroup/thread.html --- a/sg101/templates/ygroup/thread.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/ygroup/thread.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'base.html' %} -{% load url from future %} {% block title %}Yahoo Group Archives: {{ thread.title }}{% endblock %} {% block custom_css %} diff -r 53a56d19568c -r 25a408bb71a3 sg101/templates/ygroup/thread_list.html --- a/sg101/templates/ygroup/thread_list.html Fri Aug 16 20:43:39 2013 -0500 +++ b/sg101/templates/ygroup/thread_list.html Mon Aug 19 21:04:27 2013 -0500 @@ -1,5 +1,4 @@ {% extends 'base.html' %} -{% load url from future %} {% block title %}Yahoo Group Archives{% endblock %} {% block custom_css %}