diff options
author | Wugy <wugy@mally-soft.com> | 2010-04-27 21:14:15 +0200 |
---|---|---|
committer | Wugy <wugy@mally-soft.com> | 2010-04-27 21:14:15 +0200 |
commit | 431e8cca254ff62aea4f569ef05363ff7d44f593 (patch) | |
tree | 1007262ec66020c34e7d94335912df4f081ac41c /module/web/templates/default/login.html | |
parent | Makedirs Fix (diff) | |
download | pyload-431e8cca254ff62aea4f569ef05363ff7d44f593.tar.xz |
Some design modifications
Diffstat (limited to 'module/web/templates/default/login.html')
-rw-r--r-- | module/web/templates/default/login.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/module/web/templates/default/login.html b/module/web/templates/default/login.html index 2f93e5aab..f4b0a5560 100644 --- a/module/web/templates/default/login.html +++ b/module/web/templates/default/login.html @@ -11,12 +11,12 @@ <input type="hidden" name="do" value="login" /> <fieldset> <legend>Login</legend> - <label class="block" for="focus__this"> + <label> <span>{% trans "Username" %}</span> {{ form.username }} </label> <br /> - <label class="block"> + <label> <span>{% trans "Password" %}</span> {{ form.password }} </label> @@ -33,4 +33,4 @@ </div> <br> -{% endblock %}
\ No newline at end of file +{% endblock %} |