registration_complete.html 265 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 9 10 11 12 {% extends "base.html" %} {% load i18n %} {% block content %} {% blocktrans %} <h1>Thank you</h1> <p>An email has been sent to you. You need to click link in it to activate your account.</p> {% endblocktrans %} {% endblock %}