From bdb6e4c911b25bdf81f9c0d2da5dd4ddc9046e66 Mon Sep 17 00:00:00 2001 From: Hugh Rundle Date: Fri, 22 Oct 2021 21:15:48 +1100 Subject: [PATCH] fix template indenting whoops --- bookwyrm/templates/notifications/items/update.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bookwyrm/templates/notifications/items/update.html b/bookwyrm/templates/notifications/items/update.html index 5c60e5a2..f963fd3a 100644 --- a/bookwyrm/templates/notifications/items/update.html +++ b/bookwyrm/templates/notifications/items/update.html @@ -20,7 +20,7 @@ {% blocktrans with group_name=notification.related_group.name group_path=notification.related_group.local_path %} has changed the name of {{ group_name }} {% endblocktrans %} - {% else %} + {% else %} {% blocktrans with group_name=notification.related_group.name group_path=notification.related_group.local_path %} has changed the description of {{ group_name }} {% endblocktrans %}