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/activation_complete.html

11 lines
187 B
HTML

{% extends "registration/base.html" %}
{% load i18n %}
{% block content %}
<p>
{% trans "Your account is now activated" %}
</p>
<p><a href="/">{% trans "Back" %}<a/></p>
{% endblock %}