summaryrefslogtreecommitdiffstats
path: root/templates/registration/activate.html
blob: f0cc39f395b266ecec4347d99fa64228c7cc2893 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{% extends "base.html" %}

{% block title %}Registration{% endblock %}
{% block heading %}Registration{% endblock %}

{% block body %}
<p>Registraton confirmed!</p>

<p>Your patchwork registration is complete. Head over to your <a
 href="{% url patchwork.views.user.profile %}">profile</a> to start using
patchwork's extra features.</p>

{% endblock %}