{% extends "account/base.html" %} {% load i18n %} {% block head_title %}{% trans "Sign in | Qualty" %}{% endblock %} {% block content %}

Sign in to Qualty

Q

Sign in with your email & password or continue with Google.

{% csrf_token %} {{ form.as_p }}
or
Continue with Google

{% trans "Don't have an account?" %} {% trans "Sign up" %}

{% endblock %}