mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-05 13:02:48 +02:00
bug:2934
wrong id/name for the username input git-svn-id: http://piwigo.org/svn/trunk@23658 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user