{% extends "base.html" %}
{% block title %}Sign Up - AISBF{% endblock %}
{% block content %}
Create Account
{% if error %}
{{ error }}
{% endif %}
{% if success %}
{{ success }}
{% else %}
{% if config.oauth2 and ((config.oauth2.google and config.oauth2.google.enabled) or (config.oauth2.github and config.oauth2.github.enabled)) %}
or sign up with
{% if config.oauth2.google and config.oauth2.google.enabled %}
{% endif %}
{% if config.oauth2.github and config.oauth2.github.enabled %}
{% endif %}