{% extends 'base.html' %} {% block title %}Sign up{% endblock %} {% block content %}

Sign up

{% if inviter %}

You have been invited by {{ inviter.username }} to join {{ config.SITE_NAME }}. Create an identity below.

{% endif %}
{% if key %} {% endif %}



{% if not inviter %} After you sign up, a moderator will need to confirm your account before you will be allowed to post. {% endif %}
{% endblock %}