diff options
Diffstat (limited to 'themes/alps/compose.html')
-rw-r--r-- | themes/alps/compose.html | 4 |
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 }} /> |