{% extends tinyuser_base_template %} {% load i18n widget_tweaks %} {% block title %}{% translate "Invite" %}{% endblock %} {% block content %}

{% translate "Invite a new user" %}

{% translate "Enter the email address of the person you want to invite." %}

{% if success %} {% endif %}
{% csrf_token %}
{% render_field form.email class="form-control" placeholder=form.email.label %}
{% endblock %}