{% extends "auth/_login_form.html" %} {% block login_footer %} {% comment %} You MUST have block.super because that includes the login button. {% endcomment %} {{ block.super }}

My custom login form footer

{% endblock %}