{% extends "accounts/_section.html" %} {% block title %}user activation{% endblock %} {% block section_content %} {% if all_ok %}
You have been activated. Please log in to continue. {% else %}
We're sorry but the user you are trying to activate does not exist anymore! Please sign up again...
{% endif %} {% if decode_error %}We're sorry but we can't find that activation key in the database. Try copy-pasting the link that we sent you instead of clicking it...
{% endif %} {% endif %} {% endblock %}