According to the official docs ,the registration/activate.html
is
Used if account activation fails. With the default setup, has the context :activation_key
So,what should I put in this template?An error message?Or, an activation link like
http://{{ site.domain }}{% url registration_activate activation_key %}
Currently I am putting this link in the activation_email.txt
Please tell me which is the correct thing to do?