This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
portail-citoyen2/portail_citoyen/templates/registration/registration_complete.html

12 lines
273 B
HTML

{% extends "registration/base.html" %}
{% load i18n %}
{% block title %}
{% trans "Successful registration" %}
{% endblock %}
{% block content %}
<p>{% trans "You are now registered. Activation email sent." %}</p>
<p><a href="/">{% trans "Back" %}<a/></p>
{% endblock %}