9 lines
333 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 %}
2013-09-28 12:43:57 +02:00
{% block title %}{% trans "Activation email sent" %}{% endblock %}
{% block content %}
{% blocktrans %}An activation email has been sent.
Please check your email and click on the link to activate your account.{% endblocktrans %}
{% endblock %}