diff options
author | Vitaly Takmazov | 2020-04-29 14:55:45 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2020-04-29 14:55:45 +0300 |
commit | a9521ab38dbc25d55a792d07940e3fc6c674e50a (patch) | |
tree | 76ce46db0f74153b7a829c2f51b2717adaa6b5d1 /src/main/resources/templates/views/post.html | |
parent | 6f723da6ec8f7a3f005358862e081c211243f25f (diff) |
Button style
Diffstat (limited to 'src/main/resources/templates/views/post.html')
-rw-r--r-- | src/main/resources/templates/views/post.html | 2 |
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> |