remove var for localpart as it does not exist yet
This commit is contained in:
parent
d075c15b1b
commit
afd8251f64
|
@ -4,7 +4,7 @@
|
|||
<fieldset>
|
||||
<legend>Add New Email Alias for {{@PARAMS.mbox}}@{{@PARAMS.domain}}</legend>
|
||||
<label for="alias">Alias <small>(enter local-part only, e.g. enter joe for joe@stackaas.com)</small></label>
|
||||
<input id="alias" name="alias" type="text" placeholder="joe" value="{{ @mbox.localpart }}" required>
|
||||
<input id="alias" name="alias" type="text" placeholder="joe" value="" required>
|
||||
|
||||
<input type="submit" value="Submit">
|
||||
<button id="reset" type="reset">Reset</button>
|
||||
|
|
Loading…
Reference in New Issue
Block a user