{% extends "base.html" %} {% load i18n %} {% block title %}{% trans "Resend Activation Email" %}{% endblock %} {% block content %}

Resend Activation Email

Enter your email below and your activation link will be resent.

{% trans "Resend Activation Email" as purpose %} {% include "bulma_form.html" %}
{% endblock %}