{% extends 'base.html' %} {% load crispy_forms_tags %} {% block title %} Signup {% endblock title %} {% block content %} {% include 'components/message.html' %}
{% csrf_token %} {{form|crispy}} Get API Key

Already have an account? Login

{% endblock content %}