diff options
Diffstat (limited to '')
-rw-r--r-- | themes/default/template/profile_content.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/themes/default/template/profile_content.tpl b/themes/default/template/profile_content.tpl index 2ba7e5d89..f65987e56 100644 --- a/themes/default/template/profile_content.tpl +++ b/themes/default/template/profile_content.tpl @@ -103,6 +103,7 @@ {/if} <p class="bottomButtons"> + <input type="hidden" name="pwg_token" value="{$PWG_TOKEN}"> <input class="submit" type="submit" name="validate" value="{'Submit'|@translate}"> <input class="submit" type="reset" name="reset" value="{'Reset'|@translate}"> {if $ALLOW_USER_CUSTOMIZATION} |