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.
lesechos/theme-authentic2/templates/registration/activation_email.html

9 lines
344 B
HTML

{% load i18n %}
<html>
<body style="width: 90ex">
<p>{% blocktrans %}You created a new account on {{ site }}. To activate your account, please <a href="{{ registration_url }}">click here</a>{% endblocktrans %}
</p>
<p>{% blocktrans %}This link link is valid for {{ expiration_days }} days.{% endblocktrans %}</>
</body>
</html>