Router Update + Bugfix
This commit is contained in:
@@ -20,7 +20,10 @@
|
||||
</div>
|
||||
<input type="password" autocomplete='password' name='password' id='password' class="form-control" placeholder="Password">
|
||||
</div>
|
||||
<div class="input-group mt-5 mb-4">
|
||||
<div class="ml-2" style="line-height: 38px;">
|
||||
<a href="/resetPassword">Forgot Password?</a>
|
||||
</div>
|
||||
<div class="input-group mt-3 mb-4">
|
||||
<button type="button" class="btn btn-primary" id='btnLogin'>Sign In</button>
|
||||
{% if site.registrationEnabled %}
|
||||
<div class="ml-2" style="line-height: 38px;">Don't have an account yet? <a href="/register">Click here</a> to register.</div>
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
You can either <a href="javascript:history.back()">Go Back to previous page</a>
|
||||
or try to <a href="javascript:document.location.reload()">reload the page</a>.
|
||||
</p>
|
||||
<p>{{ message }}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user