Merge pull request #2310 from matthew-darby/U4-10495

U4-10495 - Install and customize buttons disabled
This commit is contained in:
Sebastiaan Janssen
2018-01-18 18:38:37 +01:00
committed by GitHub

View File

@@ -18,7 +18,7 @@
<div class="control-group">
<label class="control-label" for="email">Email</label>
<div class="controls">
<input type="email" id="email" name="email" placeholder="you@example.com" required ng-model="installer.current.model.email" val-email />
<input type="email" id="email" name="email" placeholder="you@example.com" val-email required ng-model="installer.current.model.email" />
<small class="inline-help">Your email will be used as your login</small>
</div>
</div>