expoweb/troggle/templates/registration/registration_complete.html
cucc bc509a19b1 [svn r8334] Improve registration system.
Add jquery fade effects and quick search.
2009-05-10 07:23:55 +02:00

13 lines
318 B
HTML

{% extends "base.html" %}
{% block title %}
{{ block.super }}: registration complete
{% endblock %}
{% block contentheader %}
<h1>Registration Complete</h1>
{% endblock %}
{% block content %}
<p>Thank you for signing up. An email with the activation code has been sent to your inbox. </p>
{% endblock %}