mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-22 23:31:52 +00:00
13 lines
220 B
HTML
13 lines
220 B
HTML
|
{% 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 %}
|