xmpp.chapril.org-conversejs/html/registration/registration_complete.html

11 lines
303 B
HTML
Raw Normal View History

2012-03-02 14:16:32 +01:00
{% extends "base.html" %}
{% load url from future %}
{% load i18n %}
{% block content %}
<p>{% blocktrans %}Thank you for registering. You will very soon receive an email with
a confirmation link. Please follow this link in order to complete your registration.{% endblocktrans %}</p>
{% endblock %}