projects
/
platal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1745c7c
)
Fixes display of country list in mentor edition.
author
Stéphane Jacob
<sj@m4x.org>
Mon, 7 Mar 2011 00:30:11 +0000
(
01:30
+0100)
committer
Sté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
patch
|
blob
|
blame
|
history
diff --git
a/templates/profile/mentor.tpl
b/templates/profile/mentor.tpl
index
2d942ef
..
264c331
100644
(file)
--- a/
templates/profile/mentor.tpl
+++ b/
templates/profile/mentor.tpl
@@
-65,7
+65,7
@@
<select name="countries_sel" onchange="updateElement('countries')">
<option value=""> </option>
{iterate from=$countryList item=country}
- <option value="{$country.iso_3166_1_a2}">{$country.country
FR
|default:" "}</option>
+ <option value="{$country.iso_3166_1_a2}">{$country.country|default:" "}</option>
{/iterate}
</select>
</td>