aboutsummaryrefslogtreecommitdiffstats
path: root/themes/smartpocket/template
diff options
context:
space:
mode:
authorflop25 <flop25@piwigo.org>2013-06-29 12:05:57 +0000
committerflop25 <flop25@piwigo.org>2013-06-29 12:05:57 +0000
commit6ed0882676d713b7e5783efed092d51bfa0752ad (patch)
tree88103d8e60d058791d612e8d1a09d2e90fd42713 /themes/smartpocket/template
parentff4cbd7d972605a74fcbc4cf6df5da3c343cf8b9 (diff)
bug:2934
wrong id/name for the username input git-svn-id: http://piwigo.org/svn/trunk@23658 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'themes/smartpocket/template')
-rw-r--r--themes/smartpocket/template/register.tpl4
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">