summaryrefslogtreecommitdiff
path: root/templates/archives/photos.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/archives/photos.html')
-rw-r--r--templates/archives/photos.html14
1 files changed, 2 insertions, 12 deletions
diff --git a/templates/archives/photos.html b/templates/archives/photos.html
index 425e375..d1db79c 100644
--- a/templates/archives/photos.html
+++ b/templates/archives/photos.html
@@ -44,21 +44,11 @@
<div id="sidebar">
<div class="blok">
<h4 class="first">Regions</h4>
- <ul>
- {%for region in region_list %}
- <li><a href="/photos/{{region.slug}}/1/" title="See all photos from {{region.name|title}}">{{region.name}}</a></li>
- </li>
- {% endfor %}
- </ul>
+ {% include 'includes/regions_sidebar.html' %}
</div>
<div class="blok">
<h4>Countries</h4>
- <ul>
- {%for country in country_list %}
- <li><a href="/photos/{{country.slug}}/1/" title="See all photos from {{country.name|title}}">{{country.name}}</a></li>
- </li>
- {% endfor %}
- </ul>
+ {% include 'includes/country_sidebar.html' %}
</div>