summaryrefslogtreecommitdiff
path: root/ishtar_common/templates/registration/registration_complete.html
blob: e9f487444b06093ff8a68ae242b832e6995c5cde (plain)
1
2
3
4
5
6
7
8
{% extends "base.html" %}
{% load i18n %}

{% block content %}
<div class='info'>
<p>{% trans "You are now registered. Activation email sent." %}</p>
</div>
{% endblock %}