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