templates/account_inactive.html
author nishanth
Thu, 15 Apr 2010 19:00:23 +0530
changeset 56 3858a9d0f376
parent 23 42e2a810e1c8
child 75 bda9ee536063
permissions -rw-r--r--
removed the field feedback_submitted_by from event model and added the code to create feedlog record when a new feedback is taken.

{% extends "base.html" %}
{% block content %}
Your account is inactive. An activation email has been sent to your email address.<br />
<a href="/reg/resend_activation/?email={{email}}">Click here</a> to resend the activation email.<br />

{% endblock %}