small fix

This commit is contained in:
Son NK 2020-01-22 14:05:42 +01:00
parent 8e7f5e56d6
commit da8b110839

View file

@ -23,7 +23,8 @@
<form method="post">
<div class="row mb-2">
<div class="col-sm-6 pr-1 mb-1" style="min-width: 5em">
<input name="prefix" class="form-control"#}
<input name="prefix" class="form-control"
type="text"
pattern="[0-9a-z-_]{1,}"
title="Only lowercase letter, number, dash (-), underscore (_) can be used in alias prefix."
placeholder="email alias"