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.
compte-agglo-montpellier/compte_agglo_montpellier/templates/registration/activation_complete.html

20 lines
387 B
HTML

{% extends "base.html" %}
{% load i18n %}
{% block bodyargs %}
class="narrow-page"
{% endblock %}
{% block title %}
<div id="single-title">Compte citoyen</div>
{% endblock %}
{% block menu %}
{% endblock %}
{% block content %}
<h2>{% trans "Your account is now activated" %}</h2>
<p><button type="button" onclick="location.href = '/'">{% trans "Back" %}</button></p>
{% endblock %}