{% extends "base.html" %} {% block title %}Rename {{ creator.display_name }} — {{ library_name() }}{% endblock %} {% block content %}

Rename creator

Currently {{ creator.display_name }}

{% if error %}

{{ error }}

{% endif %}

This change will update every work this creator appears on ({{ work_count }} work{{ '' if work_count == 1 else 's' }}). Merging two creators into one is not supported yet.

{% if return_to %} Cancel {% else %} Cancel {% endif %}
{% endblock %}