root/trunk/clinicaltrials/reviewapp/templates/reviewapp/resend_activation_email.html @ 415

Revision 415, 307 bytes (checked in by rafael.soares, 3 years ago)

In the user registration, implemented the validation to verify that an e-mail is .

Line 
1{% extends "base_columns.html" %}
2
3{% load i18n %}
4
5{% block body %}
6
7{% if user_exist %}
8    <p>{% trans "A new activation email has been sent. Check your e-mail." %}</p>
9{% else %}
10    <p>{% trans "The e-mail" %} {{ email }} {% trans "not belong to any registered user." %}</p>
11{% endif %}
12{% endblock %}
Note: See TracBrowser for help on using the browser.