aboutsummaryrefslogtreecommitdiff
path: root/juick-www/src/main/webapp/WEB-INF/views/post.html
diff options
context:
space:
mode:
Diffstat (limited to 'juick-www/src/main/webapp/WEB-INF/views/post.html')
-rw-r--r--juick-www/src/main/webapp/WEB-INF/views/post.html13
1 files changed, 8 insertions, 5 deletions
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 51b044da..56e48a55 100644
--- a/juick-www/src/main/webapp/WEB-INF/views/post.html
+++ b/juick-www/src/main/webapp/WEB-INF/views/post.html
@@ -2,11 +2,14 @@
{% import "views/macros/tags" %}
{% block content %}
<form action="/post2" method="post" id="postmsg" enctype="multipart/form-data">
- <p style="text-align: left"><b>Фото:</b> <span id="attachmentfile">
- <input type="file" name="attach"/> <i>(JPG, PNG, до 10Мб)</i></span></p>
-
- <p><textarea name="body" class="newmessage" rows="7" cols="10">{{ body }}</textarea><br/>
- <input type="submit" class="subm" value=" Отправить "/></p>
+ <p style="text-align: left">
+ <b>Фото:</b> <span id="attachmentfile">
+ <input type="file" name="attach"/> <i>({{ i18n("messages","postForm.imageFormats") }})</i></span>
+ </p>
+ <p>
+ <textarea name="body" class="newmessage" rows="7" cols="10">{{ body }}</textarea><br/>
+ <input type="submit" class="subm" value=" {{ i18n("messages","postForm.submit") }} "/>
+ </p>
</form>
<p style="text-align: left"><b>Теги:</b></p>
{{ tags(visitor.name, tags) }}