Skip to content

Commit df79183

Browse files
Update dashboard.html
1 parent b1aa69d commit df79183

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

app/templates/dashboard.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@ <h3>Create New Forwarder</h3>
1919
<div class="form-group">
2020
<label for="address">Email Address</label>
2121
<div class="input-group">
22-
<input type="text" id="address" name="address"
23-
placeholder="alias" required
24-
pattern="[a-zA-Z0-9._-]+"
25-
title="Only letters, numbers, dots, underscores and hyphens allowed">
22+
<input type="text" id="alias" name="alias" required pattern="[-a-zA-Z0-9._]+" title="Alphanumeric characters, dots, underscores, and hyphens only">
2623
<span class="input-addon">@{{ current_user.da_domain }}</span>
2724
</div>
2825
</div>

0 commit comments

Comments
 (0)