Change citizenship to country in signup

This commit is contained in:
David Ormsbee
2012-07-18 19:44:03 -04:00
parent 3302d1644b
commit 8bba4abc43

View File

@@ -32,7 +32,7 @@
<div class="input-group">
<section class="citizenship">
<label>Citizenship</label>
<label>Country</label>
<div class="input-wrapper">
<select name="country">
%for country_code, country_name in COUNTRIES: