root/trunk/clinicaltrials/registration/templates/registration/activation_complete.html @ 415

Revision 415, 214 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{% load i18n %}
3
4{% block body %}
5
6<h2>{% trans "Your account is now activated." %}</h2>
7
8<p>{% trans "You may now login using your username and password." %}
9</p>
10
11{% endblock %}
Note: See TracBrowser for help on using the browser.