mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
12 lines
422 B
Plaintext
12 lines
422 B
Plaintext
{% load url from future %}
|
|
Welcome {{ profile.first_name }},
|
|
|
|
You request to become a user on {{ site }} has been approved by an administrator.
|
|
|
|
To continue the registration process please visit http://{{ site.domain }}{% url 'registration_activate' activation_key=activation_key %}.
|
|
This link will be active for the next {{ expiration_days }} days.
|
|
|
|
{% if message %}
|
|
Message from administrator:
|
|
{{ message }}
|
|
{% endif %} |