{% extends 'wafer/base_form.html' %} {% load crispy_forms_tags %} {% load i18n %} {% load static from staticfiles %} {% load wafer_crispy %} {% load wafer_sso %} {% block title %}Login - {{ WAFER_CONFERENCE_NAME }}{% endblock title %} {% block content %}

Login via Salsa:

If you have an account on Salsa, please use Debian Salsa SSO.

Login with Debian Salsa SSO
{% url 'registration_register' as signup_url %} {% url 'auth_password_reset' as pass_reset_url %}

Newcomers to Debian:

You don't need to have a Salsa account, you can also sign up with a username and password, and use them to login.

Sign Up without SSO
{% wafer_form_helper 'wafer.registration.forms.LoginFormHelper' as form_helper %} {% crispy form form_helper %} Forgot my password
{% endblock %}