5 lines
126 B
Plaintext
5 lines
126 B
Plaintext
{% load i18n %}
|
|
{% autoescape off %}
|
|
{% blocktrans %}Please Confirm Your Email Address{% endblocktrans %}
|
|
{% endautoescape %}
|