summaryrefslogtreecommitdiff
path: root/templates/includes/regions_sidebar_template.html
diff options
context:
space:
mode:
authorluxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f>2009-11-12 21:58:26 +0000
committerluxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f <luxagraf@c63593aa-01b0-44d9-8516-4b9c7e931d7f>2009-11-12 21:58:26 +0000
commitb0464d2bcb252c8d2cef9dfca9dd7b40ec498c55 (patch)
treef39715fefd2828fd794a25fcf5301ed1ffd14ce0 /templates/includes/regions_sidebar_template.html
parentc9022d38a303dcd756d34a2cbc4e3c49b22e0cf2 (diff)
speed optimizations
Diffstat (limited to 'templates/includes/regions_sidebar_template.html')
-rw-r--r--templates/includes/regions_sidebar_template.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/includes/regions_sidebar_template.html b/templates/includes/regions_sidebar_template.html
new file mode 100644
index 0000000..ce14e68
--- /dev/null
+++ b/templates/includes/regions_sidebar_template.html
@@ -0,0 +1,6 @@
+<ul>
+ {%for region in region_list %}
+ <li><a href="/writing/{{region.slug}}/1/" title="See all writing from {{region.name|title}}">{{region.name}}</a></li>
+ </li>
+ {% endfor %}
+</ul> \ No newline at end of file