Fixes display of country list in mentor edition.
authorStéphane Jacob <sj@m4x.org>
Mon, 7 Mar 2011 00:30:11 +0000 (01:30 +0100)
committerStéphane Jacob <sj@m4x.org>
Mon, 7 Mar 2011 00:49:19 +0000 (01:49 +0100)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
templates/profile/mentor.tpl

index 2d942ef..264c331 100644 (file)
@@ -65,7 +65,7 @@
       <select name="countries_sel" onchange="updateElement('countries')">
         <option value="">&nbsp;</option>
         {iterate from=$countryList item=country}
-        <option value="{$country.iso_3166_1_a2}">{$country.countryFR|default:"&nbsp;"}</option>
+        <option value="{$country.iso_3166_1_a2}">{$country.country|default:"&nbsp;"}</option>
         {/iterate}
       </select>
     </td>