{% extends 'webshop/base.html' %} {% block section_title %}Login{% endblock %} {% block content %}
{% csrf_token %} {{ form.as_p }}

Go to registration.

{% endblock %}