diff options
author | Drew DeVault <sir@cmpwn.com> | 2020-11-13 13:23:29 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-11-13 13:23:29 -0500 |
commit | 1d0630dde9df61ecdeaf1642f00d9ea5880a9159 (patch) | |
tree | 7b827002c7c64e391aa964d1e66be42fa5fcb3f0 /themes/alps/mailbox.html | |
parent | 18ad982c538e17c8181969a748b9adfbc43db29f (diff) | |
download | alps-1d0630dde9df61ecdeaf1642f00d9ea5880a9159.tar.gz alps-1d0630dde9df61ecdeaf1642f00d9ea5880a9159.zip |
Design work for mailbox subscriptions
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" . }} |