# HG changeset patch # User Brian Neal # Date 1241381894 0 # Node ID a39907cd63e2bdd7942320a1ffe10e545d967669 # Parent 74f04122295e5cd9b3ba3afba0fc88e9b535e4de Decided against having an elsewhere templates directory. Just put that stuff in bio. diff -r 74f04122295e -r a39907cd63e2 gpp/bio/templatetags/elsewhere_tags.py --- a/gpp/bio/templatetags/elsewhere_tags.py Sun May 03 20:14:04 2009 +0000 +++ b/gpp/bio/templatetags/elsewhere_tags.py Sun May 03 20:18:14 2009 +0000 @@ -7,7 +7,7 @@ register = template.Library() -@register.inclusion_tag('elsewhere/links_list.html', takes_context=True) +@register.inclusion_tag('bio/elsewhere_links.html', takes_context=True) def elsewhere_links(context, user): return { 'social_nets': user.social_network_profiles.all(), diff -r 74f04122295e -r a39907cd63e2 gpp/templates/bio/elsewhere_links.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gpp/templates/bio/elsewhere_links.html Sun May 03 20:18:14 2009 +0000 @@ -0,0 +1,31 @@ +{% if social_nets or ims or websites %} + +{% endif %} diff -r 74f04122295e -r a39907cd63e2 gpp/templates/elsewhere/links_list.html --- a/gpp/templates/elsewhere/links_list.html Sun May 03 20:14:04 2009 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,31 +0,0 @@ -{% if social_nets or ims or websites %} - -{% endif %}