{% extends 'cosmicdb/base.html' %} {% load static cosmic_tags crispy_forms_tags %} {% block style %} {{ block.super }} body { background-color: #DADADA; } body > .grid { height: 100%; } .image { margin-top: -100px; } .column { max-width: 450px; } .content-container{ padding: 40px; } {% endblock %} {% block content %}

{% get_site_title %}

{% crispy form %} {% block after_form %} {% endblock %} I forgot my password {% if signup_allowed %}
Or
Sign Up {% endif %}
{% endblock %} {% block footer %} {% include 'cosmicdb/footer.html' %} {% endblock %}