mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-26 03:23:59 +03:00
Style tweaks to login template.
This commit is contained in:
parent
735d2257b4
commit
ecc26f6cb1
|
@ -36,7 +36,8 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="div_id_password"
|
<div id="div_id_password"
|
||||||
class="clearfix control-group {% if form.password.errors %}error{% endif %}">
|
class="clearfix control-group {% if form.password.errors %}error{% endif %}"
|
||||||
|
style="margin-top: 10px">
|
||||||
<div class="controls">
|
<div class="controls">
|
||||||
<label class="span4">Password:</label>
|
<label class="span4">Password:</label>
|
||||||
<input style="height: 25px" type="password" name="password" maxlength="100"
|
<input style="height: 25px" type="password" name="password" maxlength="100"
|
||||||
|
@ -55,7 +56,7 @@
|
||||||
<div class="well well-small text-error" style="border: none">{{ error }}</div>
|
<div class="well well-small text-error" style="border: none">{{ error }}</div>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<div class="form-actions-no-box">
|
<div class="form-actions-no-box" style="margin-top: 20px">
|
||||||
<input type="submit" name="submit" value="Log in" class="btn btn-primary" id="submit-id-submit">
|
<input type="submit" name="submit" value="Log in" class="btn btn-primary" id="submit-id-submit">
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user