{% extends "tethys_portal/accounts/base.html" %} {% load django_bootstrap5 recaptcha2 site_settings %} {% block title %}{{ block.super }} - Log In{% endblock %} {% block styles %} {{ block.super }} {{ site_globals.login_css|load_custom_css|safe }} {% endblock %} {% block account_content_top %} {% recaptcha_init %} {% endblock %} {% block account_form_title %}Log In{% endblock %} {% block account_form_body %}
{% if backends.not_associated %} {% include 'tethys_portal/accounts/social_buttons.html' with action='Log in' backends=backends.not_associated %}
or
{% endif %} {% csrf_token %} {% bootstrap_form form %} {% if signup_enabled %} Don't have an account? Sign Up {% endif %} Forgot your password?
{% endblock %} {% block terms-of-service-override %} {% endblock %}