From 89d8537e1bd3d2daa3cd1fbc6d989a5d4be56220 Mon Sep 17 00:00:00 2001 From: Carlos Camara Date: Mon, 5 Feb 2024 22:08:34 +0000 Subject: [PATCH] Add wikidata field to author's template --- bookwyrm/templates/author/edit_author.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bookwyrm/templates/author/edit_author.html b/bookwyrm/templates/author/edit_author.html index 12ddc4d28..f3e908c9b 100644 --- a/bookwyrm/templates/author/edit_author.html +++ b/bookwyrm/templates/author/edit_author.html @@ -55,6 +55,8 @@

{{ form.wikipedia_link }}

+

{{ form.wikidata }}

+ {% include 'snippets/form_errors.html' with errors_list=form.wikipedia_link.errors id="desc_wikipedia_link" %}

{{ form.website }}