diff options
author | nikrou <nikrou@piwigo.org> | 2010-09-13 20:57:29 +0000 |
---|---|---|
committer | nikrou <nikrou@piwigo.org> | 2010-09-13 20:57:29 +0000 |
commit | a8b34d3598a6a657f821d5d16593742cb708215a (patch) | |
tree | 25f66097babd1afd92049d57df3a9579de44a89d /themes/default/template | |
parent | 7ce249f0bbb019c12c694884cd9f676189b1b43c (diff) |
Bug 1856 : forget token in public profile template
git-svn-id: http://piwigo.org/svn/trunk@6907 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/default/template')
-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} |