{% extends "../base.html" %} {% load i18n %} {% load static %} {% load account socialaccount %} {% block title %}Sign In{% endblock title %} {% block css %} {% endblock css %} {% block meta %} {% endblock meta %} {% block body %}
OrSign in using your credentials
If you have not created an account yet, then please sign up first.
{{ form.login }}
{{ form.password }}
{{ form.remember.label}}: {{ form.remember }}
Dont have an account? Sign up