{% extends "login.html" %} {% block title %}Account created!{% endblock %} {% block content %} {{ super() }}
You may now log in.