{% extends 'basedocumentation.html' %} {% block extra_extra_head %} {{ block.super }} {{ form.media.css }} {{ form.media.js }} {% endblock %} {% block doccontent %}

Create New Edition

Step 1 - Identifier

To add a work and edition to Unglue.it, we need to start with an identifier. We'll see if we can find some metadata based on the identifier you give us. If you give us an ISBN, we'll often be able to find some. If there's no ISBN, give us a URL (a web address) and we'll check the page for bibliographic info.

{% if not request.user.rights_holder.all.count %}

If someone else has already added the work to unglue.it, you may not be able to edit its metadata.

{% endif %}
{% csrf_token %} {{ form.as_p }}


{% endblock %}