{% extends 'base.html' %} {% load static %} {% block content %}

注册

{% csrf_token %} {% for field in signin_form %}
{{ field }}{{ field.errors.0 }}
{% endfor %}
physics
{% endblock %}