activate.html 291 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 13 14 {% extends "base.html" %} {% load i18n %} {% load url from future %} {% block content %} {% blocktrans %} <h1>Activation</h1> <p>Your account is now activated. Go <a href="{% url 'main' %}">here</a> to continue.</p> {% endblocktrans %} {% endblock %}