{% extends 'layouts/base-fullscreen.html' %} {% block content %}

Login

Sign In to your account

{% csrf_token %} {% if form.non_field_errors %} {% for error in form.non_field_errors %}
{{ error }}
{% endfor %} {% endif %} {% for field in form %}
{{ field }}
{% endfor %}

Sign up

Add your credentias and join the community today.

Register Now!
{% endblock content %}