authentic/src/authentic2_auth_fc/templates/authentic2_auth_fc/registration_success_body.txt

8 lines
321 B
Plaintext

{% extends "emails/body_base.txt" %}{% load i18n %}{% block content %}{% autoescape off %}{% blocktrans %}Hi {{ user }},{% endblocktrans %}
{% trans "You have just created an account using FranceConnect." %}
{% trans "You can login by clicking on the link below:" %}
{{ login_url }}
{% endautoescape %}{% endblock %}