aboutsummaryrefslogtreecommitdiff
path: root/themes/alps
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2020-11-19 13:06:38 -0500
committerDrew DeVault <sir@cmpwn.com>2020-11-19 13:06:38 -0500
commit8cc742f45df7544c20f43e781d2c7e4aa6a3f4f5 (patch)
treeddff4511c6096169e046444c7337a910af1ac95c /themes/alps
parent61cdb93e484c5ef7af7b3893db52dcf4b3be4791 (diff)
downloadalps-8cc742f45df7544c20f43e781d2c7e4aa6a3f4f5.tar.gz
alps-8cc742f45df7544c20f43e781d2c7e4aa6a3f4f5.zip
Fix issues with to/from headers
Diffstat (limited to 'themes/alps')
-rw-r--r--themes/alps/compose.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/themes/alps/compose.html b/themes/alps/compose.html
index 1f0a4e3..75345b2 100644
--- a/themes/alps/compose.html
+++ b/themes/alps/compose.html
@@ -22,12 +22,10 @@
{{ $to = "" }}
{{ end }}
<input
- type="email"
+ type="text"
name="to"
id="to"
value="{{$to}}"
- multiple
- list="emails"
{{ if not $to }} autofocus{{ end }}
/>