1
0
Fork 0

Fix spelling in author form

"oepnlibrary" ➡️ "openlibrary"
This commit is contained in:
Andy Maloney 2023-01-10 16:51:13 -05:00
parent 917569ef0e
commit a027204e5b
2 changed files with 3 additions and 3 deletions

View file

@ -81,7 +81,7 @@
<label class="label" for="id_openlibrary_key">{% trans "Openlibrary key:" %}</label>
{{ form.openlibrary_key }}
{% include 'snippets/form_errors.html' with errors_list=form.oepnlibrary_key.errors id="desc_oepnlibrary_key" %}
{% include 'snippets/form_errors.html' with errors_list=form.openlibrary_key.errors id="desc_openlibrary_key" %}
</div>
<div class="field">