Browse Source

Make activation instructions more explicit

pull/504/head
Clemens Wolff 4 years ago
parent
commit
dc2e264108
1 changed files with 1 additions and 1 deletions
  1. 2
      app/authentification/templates/acc_active_email.html

2
app/authentification/templates/acc_active_email.html

@ -1,5 +1,5 @@
{% autoescape off %} {% autoescape off %}
Hi {{ user.username }}, Hi {{ user.username }},
Please click on the link to confirm your email,
Please click on the link to confirm your email and activate your Doccano account:
{{ scheme }}://{{ domain }}{% url 'activate' uidb64=uid token=token %} {{ scheme }}://{{ domain }}{% url 'activate' uidb64=uid token=token %}
{% endautoescape %} {% endautoescape %}
Loading…
Cancel
Save