{% extends "base.html" %} {% load crispy_forms_tags %} {% block app_content %} There is no real security on this site.

Pick any screen name you wish to use for the "First name" field.

Please supply your real name in the "Real name" field.

If you get disconnected and wish to reconnect, the "First name" you use
must be the same "First name" that you previously used with your "Real name".
(In other words, the "First name" must match the "Real name" when initially created.)


{% csrf_token %}
{{ form | crispy }}



{% endblock %}