1 2 3 4 5 6 7 8 9 10 11 12 13
{% extends "base.html" %} {% block title %} registration_form.html | {{ block.super }} {% endblock %} {% block header %} <h1>activate.html</h1> {% endblock %} {% block content %} You are now activated. {% endblock %}