{% extends 'global.html'%} {% load static %} # {% block title %}Login{% endblock %} {% block maincontent %}
Login {% csrf_token %}
{% include 'partials/form/inputField.html' with field=form.username %}
{% include 'partials/form/inputField.html' with field=form.password %}

No account? Sign up here

{% endblock maincontent %}