{% extends "base.html" %} {% block title %}Login - AISBF Dashboard{% endblock %} {% block content %}

Dashboard Login

{% if error %}
{{ error }}
{% endif %}
{% if signup_enabled %}

Don't have an account? Sign up here

{% endif %}
{% if config.oauth2 and (config.oauth2.google.enabled or config.oauth2.github.enabled) %}

or continue with
{% if config.oauth2.google.enabled %} Continue with Google {% endif %} {% if config.oauth2.github.enabled %} Continue with GitHub {% endif %}
{% endif %}
{% endblock %}