bootstrap自带表单正则验证,样式美观

先上效果,觉得好的朋友点个赞!
bootstrap自带表单正则验证,样式美观_第1张图片

{% if message %}
{{ message }}
{% endif %} {% csrf_token %}
{2,6}$" title="帐号应为[email protected]邮箱地址" placeholder="输入邮箱地址">
{6,12} title="密码需要6-12位" placeholder="输入密码">
{#
"form-group form-check">#} {# "checkbox" class="form-check-input" id="exampleCheck1">#} {# #} {#
#}
```

你可能感兴趣的:(Django)