{% extends "spire/page/center_card_page.html" %} {% load crispy_forms_filters %} {% load static %} {% block base_title %} Login {% endblock %} {% block page_center_card_content %} {% include 'spire/notification/notification.html' %} {% if form_description %} {% include 'spire/note/info_note.html' with note_type='Note' note_text=form_description %} {% endif %}
{% csrf_token %} {{ form|crispy }}
Resend Code? {% endblock %}