summaryrefslogtreecommitdiffstats
path: root/templates/registration/activate.html
blob: f87d519b37e7062debd4944d5f4d36d45ad574f1 (plain)
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 %}