From 2142e114f33b9537e15799281212fec1817a999a Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Mon, 22 Jan 2018 13:49:14 +0300 Subject: www: post form fixes --- juick-www/src/main/webapp/WEB-INF/views/post.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'juick-www/src/main/webapp/WEB-INF/views/post.html') diff --git a/juick-www/src/main/webapp/WEB-INF/views/post.html b/juick-www/src/main/webapp/WEB-INF/views/post.html index ac179e92..e961329c 100644 --- a/juick-www/src/main/webapp/WEB-INF/views/post.html +++ b/juick-www/src/main/webapp/WEB-INF/views/post.html @@ -1,6 +1,7 @@ {% extends "layouts/content" %} {% import "views/macros/tags" %} {% block content %} +

Фото: @@ -12,6 +13,7 @@

+

Теги:

{{ tags(visitor.name, tags) }} {% endblock %} -- cgit v1.2.3