{% extends "khaganat/email.html" %} {% load i18n %} {% block content %}
{% blocktrans %}You're receiving this email because you created an account at {{ site_name }}.{% endblocktrans %}
{% trans "Please go to the following page to activate your account:" %}
{% block activation_link %}
{{ protocol }}://{{ domain }}{% url 'activate' uidb64=uid token=token %}
{% endblock %}
{% trans "Thanks for using our site!" %}
{% blocktrans %}The {{ site_name }} team{% endblocktrans %}