From 32a3631480ebd3a620e444497615a4303be8995a Mon Sep 17 00:00:00 2001 From: glupovat Date: Mon, 18 May 2020 12:55:42 +0300 Subject: add image MIME type filter into post form --- src/main/resources/templates/views/post.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main/resources/templates/views/post.html') diff --git a/src/main/resources/templates/views/post.html b/src/main/resources/templates/views/post.html index 8749d9e2..b4893ec9 100644 --- a/src/main/resources/templates/views/post.html +++ b/src/main/resources/templates/views/post.html @@ -5,7 +5,7 @@

Фото: - ({{ i18n("messages","postForm.imageFormats") }}) + ({{ i18n("messages","postForm.imageFormats") }})

@@ -19,4 +19,4 @@ {% endblock %} {% block "column" %} {% include "views/partial/usercolumn" %} -{% endblock %} \ No newline at end of file +{% endblock %} -- cgit v1.2.3