perf: 登录错误提示颜色

pull/6912/head
ibuler 2021-09-17 14:35:05 +08:00 committed by Jiangjie.Bai
parent fc60156c23
commit da2dea5003
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@
{% csrf_token %}
<div style="line-height: 17px;margin-bottom: 20px;color: #999999;">
{% if form.errors %}
<p class="help-block">
<p class="help-block red-fonts">
{% if form.non_field_errors %}
{{ form.non_field_errors.as_text }}
{% endif %}