{% extends "base.html" %} {% block title %}Add Provenance — {{ artwork.title }} — ArtNode{% endblock %} {% block content %}
{{ form.hidden_tag() }}
Provenance Event
{{ form.event_type.label(class="form-label") }} {{ form.event_type(class="form-control") }}
{{ form.event_date.label(class="form-label") }} {{ form.event_date(class="form-control") }}
{{ form.event_date_end.label(class="form-label") }} {{ form.event_date_end(class="form-control") }}
{{ form.source_name.label(class="form-label") }} {{ form.source_name(class="form-control", placeholder="Previous owner, dealer, or institution") }}
{{ form.source_country(class="form-control", placeholder="CH") }}
{{ form.description.label(class="form-label") }} {{ form.description(class="form-control", rows=4, placeholder="Describe the provenance event in detail. This record is permanent and cannot be edited.") }}
This record will be permanently appended to the provenance log. It cannot be edited or deleted after saving (KGTG compliance).
Cancel

PDF, JPG, PNG, XLSX · Max 10MB per file · Multiple files allowed

{% block extra_js %} {% endblock %} {% endblock %}