From 140ccbce3fc111f20369f6197ff66fa5c9edf143 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 9 Nov 2019 15:00:47 +0100 Subject: [PATCH] Fix #2811 --- resources/views/v1/tags/edit.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/views/v1/tags/edit.twig b/resources/views/v1/tags/edit.twig index 2bff14ab12..2d321882be 100644 --- a/resources/views/v1/tags/edit.twig +++ b/resources/views/v1/tags/edit.twig @@ -29,7 +29,7 @@
{{ ExpandedForm.date('date', tag.date.format('Y-m-d')) }} - {{ ExpandedForm.textarea('description') }} + {{ ExpandedForm.textarea('description', tag.description) }} {{ ExpandedForm.location('tag_position') }}