summaryrefslogtreecommitdiffstats
path: root/templates/public/download.html
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2012-04-25 06:22:23 +0200
committerDan McGee <dan@archlinux.org>2012-04-25 07:00:36 +0200
commit116751e4bab183b3cca93ab13f7f4f21c752be4e (patch)
tree4eff5a95519b85352e92516f33bf1897dc90a8a8 /templates/public/download.html
parent206000df736fde75a49c3178a8522d17f30a955e (diff)
downloadarchweb-116751e4bab183b3cca93ab13f7f4f21c752be4e.tar.gz
archweb-116751e4bab183b3cca93ab13f7f4f21c752be4e.tar.xz
Rename mirror country fields to country_old in prep for normalization
We're going to move to using ISO 2 character codes via django countries, so start by moving the old data out of the way first. Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/public/download.html')
-rw-r--r--templates/public/download.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/public/download.html b/templates/public/download.html
index 67c70be..fbadb7c 100644
--- a/templates/public/download.html
+++ b/templates/public/download.html
@@ -160,9 +160,9 @@
<tbody>
<tr><td colspan="2">
{% for mirror_url in mirror_url_list %}
- {% ifchanged mirror_url.mirror.country %}
+ {% ifchanged mirror_url.mirror.country_old %}
</td></tr>
- <tr><td class="mirror-country" colspan="2"><strong>{{mirror_url.mirror.country}}</strong>
+ <tr><td class="mirror-country" colspan="2"><strong>{{mirror_url.mirror.country_old}}</strong>
{% endifchanged %}
{% ifchanged mirror_url.mirror.name %}
</td></tr>