{% extends "single.html" %} {% block title %}Login{% endblock %} {% block single_content %} {% if show_resend_activation %}
You haven't received the activation email? Resend
{% endif %}

Welcome back!

{{ form.csrf_token }}
{{ form.email(class="form-control", type="email", autofocus="true") }} {{ render_field_errors(form.email) }}
{{ form.password(class="form-control", type="password") }} {{ render_field_errors(form.password) }}
{% if connect_with_proton %}
or
Log in with Proton {% endif %} {% if connect_with_oidc %}
or
Log in with SSO {% endif %}
Don't have an account yet? Sign up
{% endblock %}