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

Sign in to hamprint

Optional — you can also submit as a guest.

{% comment %} The button is a GET to allauth's google_login view -- not a POST form -- because the actual OAuth handshake happens via a 302 redirect to Google. The `?next=` from `/accounts/login/?next=/wherever/` is forwarded so the user lands back on the page they were trying to reach. {% endcomment %} Continue with Google

Signed-in prints skip email confirmation.

See all your past prints in one place.

We don't share your email, ever.

{% endblock %}