mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-01-23 15:54:16 +03:00
Remove light gray bordering from the well with general message error
This commit is contained in:
parent
34b3ee9ea1
commit
2531b5cd86
|
@ -52,7 +52,7 @@
|
|||
<input type="hidden" name="next" value="{{ next }}" />
|
||||
{% if form.non_field_errors %}
|
||||
{% for error in form.non_field_errors %}
|
||||
<div class="well well-small text-error">{{ error }}</div>
|
||||
<div class="well well-small text-error" style="border: none">{{ error }}</div>
|
||||
{% endfor %}
|
||||
{% endif %}
|
||||
<div class="form-actions-no-box">
|
||||
|
|
Loading…
Reference in New Issue
Block a user