{% extends "base.html" %} {% block title %}Sign in — hamprint{% endblock %} {% block content %}
h

Sign in to hamprint

Optional — you can also submit as a guest.

{# POST (not GET) so allauth's LoginView skips its intermediate confirm page and 302s straight to Google. #}
{% csrf_token %} {% if request.GET.next %}{% endif %}

Signed-in prints skip email confirmation.

See all your past prints in one place.

We don't share your email, ever.

{% endblock %}