diff options
| author | Cezar Pendarovski | 2014-09-05 13:28:47 +0200 |
|---|---|---|
| committer | Cezar Pendarovski | 2014-09-05 13:28:47 +0200 |
| commit | 2531b5cd864bd5138fe9456d069400363337f206 (patch) | |
| tree | 72ff6c6e90863a1b710a0929420e57dc33453f8b | |
| parent | 34b3ee9ea1d9c6f389424186c446dbfa8b9a58c6 (diff) | |
| download | django-rest-framework-2531b5cd864bd5138fe9456d069400363337f206.tar.bz2 | |
Remove light gray bordering from the well with general message error
| -rw-r--r-- | rest_framework/templates/rest_framework/login_base.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rest_framework/templates/rest_framework/login_base.html b/rest_framework/templates/rest_framework/login_base.html index 582a7f27..8ab682ac 100644 --- a/rest_framework/templates/rest_framework/login_base.html +++ b/rest_framework/templates/rest_framework/login_base.html @@ -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"> |
