diff options
author | nikrou <nikrou@piwigo.org> | 2010-09-13 20:59:13 +0000 |
---|---|---|
committer | nikrou <nikrou@piwigo.org> | 2010-09-13 20:59:13 +0000 |
commit | 4a28e4dfcd6ee5861e009373b707867a535bac97 (patch) | |
tree | ad56fafe56be714923a6ae861e535d47389a3206 | |
parent | 4fa3f949d9c838d7f759f667b075647b91ace300 (diff) |
Bug 1856 : forget token in public profile template
Merge from trunk
git-svn-id: http://piwigo.org/svn/branches/2.1@6908 68402e56-0260-453c-a942-63ccdbb3a9ee
-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} |