ojuso-map/ojusomap/templates/registration/registration_complete.html

6 lines
145 B
HTML
Raw Normal View History

2017-10-09 19:23:03 +00:00
{% extends "base.html" %}
{% load i18n %}
{% block content %}
<p>{% trans "You are now registered. Activation email sent." %}</p>
{% endblock %}