diff options
Diffstat (limited to 'themes/alps/mailbox.html')
-rw-r--r-- | themes/alps/mailbox.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/alps/mailbox.html b/themes/alps/mailbox.html index ac09a7d..9a4c9ce 100644 --- a/themes/alps/mailbox.html +++ b/themes/alps/mailbox.html @@ -5,7 +5,7 @@ <div class="page-wrap"> {{ template "aside" . }} <div class="container"> - <form id="messages-form" method="post"></form> + <form id="messages-form" method="POST"></form> <main class="message-list"> <section class="actions"> {{ template "messages-header.html" . }} |