for
This commit is contained in:
parent
f1fdd8e82d
commit
18a6da00de
1 changed files with 2 additions and 0 deletions
|
@ -73,6 +73,8 @@
|
||||||
<label for="headerLoginPassword">Password:</label>
|
<label for="headerLoginPassword">Password:</label>
|
||||||
<input type="password" id="headerLoginPassword" name="password" class="inputStyling" placeholder="Password" />
|
<input type="password" id="headerLoginPassword" name="password" class="inputStyling" placeholder="Password" />
|
||||||
<input type="submit" id="headerLoginButton" name="submit" class="inputStyling small" value="Login" />
|
<input type="submit" id="headerLoginButton" name="submit" class="inputStyling small" value="Login" />
|
||||||
|
<input type="checkbox" name="remember" id="headerLoginRemember" />
|
||||||
|
<label for="headerLoginRemember">Remember Me</label>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Reference in a new issue