diff options
Diffstat (limited to 'view/profile_advanced.tpl')
-rw-r--r-- | view/profile_advanced.tpl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/view/profile_advanced.tpl b/view/profile_advanced.tpl index 30d41fe41..0b8f31f43 100644 --- a/view/profile_advanced.tpl +++ b/view/profile_advanced.tpl @@ -54,6 +54,13 @@ </dl> {{ endif }} +{{ if $profile.hometown }} +<dl id="aprofile-hometown" class="aprofile"> + <dt>$profile.hometown.0</dt> + <dd>$profile.hometown.1</dd> +</dl> +{{ endif }} + {{ if $profile.politic }} <dl id="aprofile-politic" class="aprofile"> <dt>$profile.politic.0</dt> |