Files
bin
euscanwww
djeuscan
api
management
migrations
processing
templates
admin
euscan
registration
_registration_base.html
activate.html
activation_complete.html
activation_email.txt
activation_email_subject.txt
login.html
logout.html
password_change_done.html
password_change_form.html
password_reset_complete.html
password_reset_confirm.html
password_reset_done.html
password_reset_email.html
password_reset_form.html
registration_complete.html
registration_form.html
_base.html
templatetags
tests
__init__.py
admin.py
charts.py
feeds.py
forms.py
helpers.py
managers.py
models.py
tasks.py
urls.py
views.py
euscanwww
htdocs
scripts
var
.gitignore
INSTALL
README.Celery
__init__.py
manage.py
runtests.py
man
pym
.gitignore
AUTHORS
COPYING
Changelog
MANIFEST.in
README.rst
THANKS
TODO
setup.py
euscan-ng/euscanwww/djeuscan/templates/registration/registration_complete.html
2012-06-09 17:12:09 +02:00

7 lines
251 B
HTML

{% extends "registration/_registration_base.html" %}
{% block title %}Activation email sent{% endblock %}
{% block content %}
An activation email has been sent. Please check your email and click on the link to activate your account.
{% endblock %}