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

LOGIN IN HERE - if u r not registarered then goto register



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