diff options
Diffstat (limited to 'juick-server/src/main/resources/templates/views/post.html')
-rw-r--r-- | juick-server/src/main/resources/templates/views/post.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-server/src/main/resources/templates/views/post.html b/juick-server/src/main/resources/templates/views/post.html index 1f642ce1..3753b36c 100644 --- a/juick-server/src/main/resources/templates/views/post.html +++ b/juick-server/src/main/resources/templates/views/post.html @@ -2,7 +2,7 @@ {% import "views/macros/tags" %} {% block content %} <article> -<form action="/post2" method="post" id="postmsg" enctype="multipart/form-data"> +<form id="postmsg"> <p style="text-align: left"> <b>Фото:</b> <span id="attachmentfile"> <input style="width: 100%;" type="file" name="attach"/> <i>({{ i18n("messages","postForm.imageFormats") }})</i></span> |