Commit cb6cae02aaf01b2d940d6779bd70494814c4f84a

Authored by Zambom
1 parent fd9ed4f9

Removing input labels from login

Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
users/templates/users/login.html
... ... @@ -43,13 +43,11 @@
43 43 {% csrf_token %}
44 44 <div class="col-lg-10 col-md-10 col-sm-10 col-lg-offset-1 col-md-offset-1 col-sm-offset-1">
45 45 <div class="form-group">
46   - <label for="inputEmail" class="control-label"> {% trans 'Email' %}</label>
47 46 <input form="form-login" for="inputSmall" type="text" name="email" class="form-control" placeholder="{% trans 'Email' %}" id="inputEmail" value="{% if username %}{{username}}{% endif %}">
48 47 </div>
49 48 </div>
50 49 <div class="col-lg-10 col-md-10 col-sm-10 col-lg-offset-1 col-md-offset-1 col-sm-offset-1">
51 50 <div class="form-group">
52   - <label for="inputPassword" class="control-label"> {% trans 'Password' %}</label>
53 51 <input form="form-login" for="inputSmall" type="password" name="password" class="form-control" id="inputPassword" placeholder="{% trans 'Password' %}">
54 52 </div>
55 53 </div>
... ...