04/07 updated password reset, ticket templates, and satisfaction survey
This commit is contained in:
@@ -78,8 +78,9 @@
|
||||
<button type="submit" class="btn"><i class="bi bi-box-arrow-in-right me-2"></i>Sign In</button>
|
||||
</form>
|
||||
|
||||
<div class="links">
|
||||
Don't have an account? <a href="{{ url_for('auth.register') }}">Register here</a>
|
||||
<div class="links" style="display:flex;justify-content:space-between;">
|
||||
<a href="{{ url_for('auth.forgot_password') }}" style="color:var(--muted);">Forgot password?</a>
|
||||
<a href="{{ url_for('auth.register') }}">Register here</a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user