templates/account_activated.html
author nishanth
Fri, 16 Apr 2010 16:29:00 +0530
changeset 74 c47a6c63eaa7
parent 46 ff5f34e42aec
permissions -rw-r--r--
changed the urls to map to /workshop/registration instead of /reg .

{% extends "base.html" %}
{% block content %}
Your account has been activated and your registration has been confirmed.
{% endblock %}