{% extends "admin/change_form.html" %} {% load i18n admin_urls %} {% block after_related_objects %} {{ block.super }}
New users need a Creation Code to join. Email the invite link to any and all that you want. Users will be able to use the link to create an account for the number of days set in expires after. Users will automatically be set with the chosen groups and permissions.
Superuser codes can only be used once.
{% if original.expired %}Sorry, this code has expired. Please create a new one to invite users.
{% else %} {% if link %}Note: Use the "Save and continue editing" button to see the invite link.
{% endif %} {% endif %} {% endblock %}