9 lines
342 B
HTML
Raw Normal View History

2013-09-28 12:43:57 +02:00
{% extends "registration/registration_base.html" %}
2014-05-23 17:22:32 +02:00
{% load i18n %}{% load bootstrap %}
{% block title %}{% trans 'Activation email sent' %}{% endblock %}
2013-09-28 12:43:57 +02:00
{% block content %}
<h2>{% trans 'An activation email has been sent.' %}</h2>
<p>{% trans 'Please check your email and click on the link to activate your account.' %}</p>
2013-09-28 12:43:57 +02:00
{% endblock %}