diff options
author | luxagraf <sng@luxagraf.net> | 2011-01-20 18:56:55 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2011-01-20 18:56:55 -0500 |
commit | 294820d74fbfa6f54d689084d4fd689a2ad8a1e9 (patch) | |
tree | a3a163217cf09d277f9451ac9e635d8b787f9594 /templates/includes/country_sidebar_template.html | |
parent | 6dca31fffb9dd52014a85e01c30a142b933d86ef (diff) |
moved template build files to bin folder and updated file paths throughout apps
Diffstat (limited to 'templates/includes/country_sidebar_template.html')
-rw-r--r-- | templates/includes/country_sidebar_template.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/templates/includes/country_sidebar_template.html b/templates/includes/country_sidebar_template.html deleted file mode 100644 index 03570da..0000000 --- a/templates/includes/country_sidebar_template.html +++ /dev/null @@ -1,6 +0,0 @@ -<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 |