# HG changeset patch # User Brian Neal # Date 1286154089 0 # Node ID df2c81f705a89a88983372d415360d20d31f077e # Parent 593fb6dbd449cea3844842d9c6846bc8c391e5f1 Forgot to add this file in last revision (r305). diff -r 593fb6dbd449 -r df2c81f705a8 gpp/templates/forums/navigation_tag.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/gpp/templates/forums/navigation_tag.html Mon Oct 04 01:01:29 2010 +0000 @@ -0,0 +1,10 @@ +

SurfGuitar101 Forums » +{% for nav_item in nav_list %} + {% if not forloop.last %} + {{ nav_item.name }} » + {% else %} +

{{ nav_item.name }}

+ {% endif %} +{% empty %} + +{% endfor %}