{% extends "base.html" %} {% block title %}Log In -- {{ PLATFORM_NAME }}{% endblock %} {% block navbar %}{% endblock %} {% block footer %}{% endblock %} {% block content %}
FlashSale

Log in to your seller dashboard

Magic Link
Passwordless email
Password
Username & pass
{% if magic_sent %}
Check your email!

We've sent a magic login link to {{ magic_email }}.
Click the link in the email to log in directly.

{% else %} {% if magic_error %}
{{ magic_error }}
{% endif %}
{% csrf_token %}
{% endif %}
{% if login_error %}
{{ login_error }}
{% endif %}
{% csrf_token %}

No account yet? Book a sale to get started

{% endblock %}