summaryrefslogtreecommitdiff
path: root/templates/bin/regions_sidebar.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/bin/regions_sidebar.html')
-rw-r--r--templates/bin/regions_sidebar.html6
1 files changed, 0 insertions, 6 deletions
diff --git a/templates/bin/regions_sidebar.html b/templates/bin/regions_sidebar.html
deleted file mode 100644
index ce14e68..0000000
--- a/templates/bin/regions_sidebar.html
+++ /dev/null
@@ -1,6 +0,0 @@
-<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