diff options
author | flop25 <flop25@piwigo.org> | 2013-06-29 12:05:57 +0000 |
---|---|---|
committer | flop25 <flop25@piwigo.org> | 2013-06-29 12:05:57 +0000 |
commit | 6ed0882676d713b7e5783efed092d51bfa0752ad (patch) | |
tree | 88103d8e60d058791d612e8d1a09d2e90fd42713 | |
parent | ff4cbd7d972605a74fcbc4cf6df5da3c343cf8b9 (diff) |
bug:2934
wrong id/name for the username input
git-svn-id: http://piwigo.org/svn/trunk@23658 68402e56-0260-453c-a942-63ccdbb3a9ee
-rw-r--r-- | themes/smartpocket/template/register.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/smartpocket/template/register.tpl b/themes/smartpocket/template/register.tpl index 69fd6bc78..ee395f2d4 100644 --- a/themes/smartpocket/template/register.tpl +++ b/themes/smartpocket/template/register.tpl @@ -4,8 +4,8 @@ <form method="post" action="{$F_ACTION}" class="properties" name="register_form"> <div data-role="fieldcontain"> - <label for="username">* {'Username'|@translate}</label> - <input type="text" name="username" id="username" value="{$F_LOGIN}"> + <label for="login">* {'Username'|@translate}</label> + <input type="text" name="login" id="login" value="{$F_LOGIN}"> </div> <div data-role="fieldcontain"> |