From e54ddcb8b0bbec519555bce6aedda138ffe23138 Mon Sep 17 00:00:00 2001 From: James Cole Date: Thu, 18 Jun 2015 18:12:57 +0200 Subject: [PATCH] Small fix in edit form. [skip ci] --- resources/twig/tags/edit.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/twig/tags/edit.twig b/resources/twig/tags/edit.twig index 01fedc6eb7..864200f454 100644 --- a/resources/twig/tags/edit.twig +++ b/resources/twig/tags/edit.twig @@ -25,7 +25,7 @@ {{ 'optionalFields'|_ }}
- {{ ExpandedForm.date('date') }} + {{ ExpandedForm.date('date', tag.date.format('Y-m-d')) }} {{ ExpandedForm.textarea('description') }} {{ ExpandedForm.location('tagPosition') }}