Add formular description

This commit is contained in:
michigg 2018-03-22 14:53:56 +01:00
parent a507ccec36
commit 0be7701451

View File

@ -8,15 +8,22 @@
<label for="username" class="label">Username:</label> <label for="username" class="label">Username:</label>
<p> <p>
<input id="username" type="text" name="username" required autofocus maxlength="150" id="id_username"/> <input id="username" type="text" name="username" required autofocus maxlength="150" id="id_username"/>
<small style="color: grey">Erforderlich. 150 Zeichen oder weniger. Nur Buchstaben, Ziffern und <small style="color: grey">Erforderlich.
@/./+/-/_. <ul>
<li>Nur Buchstaben,</li>
<li>Ziffern und @/./+/-/_.</li>
</ul>
</small> </small>
</p> </p>
<label for="email" class="label">E-Mail:</label> <label for="email" class="label">E-Mail:</label>
<p> <p>
<input id="email" type="email" name="email" required maxlength="254" id="id_email"/> <input id="email" type="email" name="email" required maxlength="254" id="id_email"/>
<small style="color: grey">Required. Inform a valid email address.</small> <small style="color: grey">Erforderlich.
<ul>
<li>Bitte beachten Sie, dass aktuell keine Stud Mail Accounts unterstützt werden können.</li>
</ul>
</small>
</p> </p>
<label for="password1" class="label">Password:</label> <label for="password1" class="label">Password:</label>