Remove light gray bordering from the well with general message error

This commit is contained in:
Cezar Pendarovski 2014-09-05 13:28:47 +02:00
parent 34b3ee9ea1
commit 2531b5cd86

View File

@ -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">