Library Name: {{ form.name.errors }}{{ form.name }}
{% if form.instance.user %}
Library Username: {{ form.instance.user }}
Library Email: {{ form.instance.user.email }}
{% else %}
Library Username: {{ form.username.errors }}{{ form.username }} This will be the Unglue.it username for the library. You ( {{ request.user }} ) will be able to log in as the library to do things like setting links making book lists.
Library Email: {{ form.email.errors }}{{ form.email }} The notification address for the library.
{% endif %}
Library User Verification Method: {{ form.backend.errors }}{{ form.backend }}
You'll be able to configure user verification once you've added the library.