{% extends 'core/auth/auth.html' %} {% load static %} {% block image %} {% static 'img/mobile_login.svg' %} {% endblock image %} {% block title %} Login {% endblock title %} {% block content %}
{% csrf_token %}
OR
{% if magic_links_enabled %} {% endif %}
Don't have an account yet? Create one! Back to homepage
{% if github_enabled %} Login with github {% endif %} {% if google_enabled %} Login with google {% endif %}
{% endblock %}