{% extends "easy_regist/base.html" %} {% block content %}

ログインページ

{{ form.non_field_errors }}

  {{ form.username }}   {{ form.password }}    {% csrf_token %}   
  
{% endblock %}