{% extends 'base.html' %} {% block title%} LOGIN {% endblock%} {% block content%}

REGISTER HERE - if u r already registarered then goto Login



{%csrf_token%} {{form.as_p}}
{% endblock%}