aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/templates/views/post.html
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2020-04-29 14:55:45 +0300
committerGravatar Vitaly Takmazov2020-04-29 14:55:45 +0300
commita9521ab38dbc25d55a792d07940e3fc6c674e50a (patch)
tree76ce46db0f74153b7a829c2f51b2717adaa6b5d1 /src/main/resources/templates/views/post.html
parent6f723da6ec8f7a3f005358862e081c211243f25f (diff)
Button style
Diffstat (limited to 'src/main/resources/templates/views/post.html')
-rw-r--r--src/main/resources/templates/views/post.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/templates/views/post.html b/src/main/resources/templates/views/post.html
index aed4f316..8749d9e2 100644
--- a/src/main/resources/templates/views/post.html
+++ b/src/main/resources/templates/views/post.html
@@ -10,7 +10,7 @@
<p>
<textarea name="body" class="newmessage" rows="7" cols="10" placeholder="*weather It's very cold today!">{{ body }}</textarea>
<br/>
- <input type="submit" class="subm" value=" {{ i18n("messages","postForm.submit") }} "/>
+ <input type="submit" class="subm Button" value=" {{ i18n("messages","postForm.submit") }} "/>
</p>
</form>
</article>