{% extends "base.html" %} {% load url from future %} {% load i18n %} {% block content %}

{% blocktrans %}Thank you. Your account is now activated.{% endblocktrans %}

{% url 'profile' as profile_url %} {% blocktrans %}You might want to adjust your profile now.{% endblocktrans %}

{% endblock %}