From 58c5611358845d3697ed32173d1f8d0eefd19ee6 Mon Sep 17 00:00:00 2001 From: Ansh Goyal Date: Tue, 31 Oct 2023 15:46:09 +0530 Subject: [PATCH] fix: Remove undeclared variable (#492) --- critiquebrainz/frontend/templates/bb_literary_work/entity.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/critiquebrainz/frontend/templates/bb_literary_work/entity.html b/critiquebrainz/frontend/templates/bb_literary_work/entity.html index fc6914487..fb3499774 100644 --- a/critiquebrainz/frontend/templates/bb_literary_work/entity.html +++ b/critiquebrainz/frontend/templates/bb_literary_work/entity.html @@ -162,7 +162,7 @@

{{ _('Edition Group of this work') }}

{% if edition_group["author_credits"]|length > 1 %} {{ edition_group['author_credits'][0]['name'] }} - + {{ result["author_credits"]|length - 1 }} more + + {{ edition_group["author_credits"]|length - 1 }} more {% else %} {{ edition_group['author_credits'][0]['name'] }}