summaryrefslogtreecommitdiff
path: root/templates/bin/country_sidebar.html
diff options
context:
space:
mode:
authorluxagraf <sng@luxagraf.net>2011-01-20 18:56:55 -0500
committerluxagraf <sng@luxagraf.net>2011-01-20 18:56:55 -0500
commit294820d74fbfa6f54d689084d4fd689a2ad8a1e9 (patch)
treea3a163217cf09d277f9451ac9e635d8b787f9594 /templates/bin/country_sidebar.html
parent6dca31fffb9dd52014a85e01c30a142b933d86ef (diff)
moved template build files to bin folder and updated file paths throughout apps
Diffstat (limited to 'templates/bin/country_sidebar.html')
-rw-r--r--templates/bin/country_sidebar.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/bin/country_sidebar.html b/templates/bin/country_sidebar.html
new file mode 100644
index 0000000..03570da
--- /dev/null
+++ b/templates/bin/country_sidebar.html
@@ -0,0 +1,6 @@
+<ul>
+ {%for country in country_list %}
+ <li><a href="/writing/{{country.slug}}/1/" title="See all writing from {{country.name|title}}">{{country.name}}</a></li>
+ </li>
+ {% endfor %}
+</ul> \ No newline at end of file