- Timestamp:
- 06/11/10 16:31:19 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
trunk/clinicaltrials/registration/templates/registration/registration_form.html
r345 r415 1 {% extends "base .html" %}1 {% extends "base_columns.html" %} 2 2 {% load i18n %} 3 3 … … 5 5 6 6 {% if form.errors %} 7 <p>{% trans "Please correct the errors below." %}</p>7 <p>{% trans "Please correct the errors below." %}</p> 8 8 {% endif %} 9 9 … … 15 15 </form> 16 16 17 {% if form.email.data %} 18 {% if form.email.errors %} 19 <h3>{% trans "If this email belongs to you," %} 20 <a href="{% url reviewapp.resend_activation_email %}?email={{ form.email.data }}"> 21 {% trans "click here" %}</a> {% trans "to retrieve your username and password." %}</h3> 22 {% endif %} 23 {% endif %} 24 17 25 {% endblock %}
