diff options
Diffstat (limited to 'themes/alps/settings.html')
-rw-r--r-- | themes/alps/settings.html | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/themes/alps/settings.html b/themes/alps/settings.html index ebcc532..9fc58ca 100644 --- a/themes/alps/settings.html +++ b/themes/alps/settings.html @@ -14,9 +14,18 @@ <main class="settings"> <form method="post"> <div class="action-group"> + <label for="from">Full name</label> + <input + type="text" + name="from" + id="from" + value="{{.Settings.From}}" + /> + </div> + + <div class="action-group"> <label for="signature">Message signature</label> <textarea - type="number" name="signature" id="signature" rows="5" |