{% extends "Authentication/signup_base.html" %} {% load static %} {% block card_content %}
{{ form.username.label }} {{ form.username }} Autogenerate
{{ form.email.label }} {{ form.email }} (as yet unused — might use in the future)