Jun 26 - Implement registration function for user to register account
This commit is contained in:
@@ -37,6 +37,12 @@
|
||||
<p style="text-align:center;margin-top:1rem;font-size:.875rem">
|
||||
<a href="{{ url_for('auth.forgot_password') }}" style="color:var(--accent)">Forgot password?</a>
|
||||
</p>
|
||||
{% if reg_enabled %}
|
||||
<p style="text-align:center;margin-top:.5rem;font-size:.875rem">
|
||||
Don't have an account?
|
||||
<a href="{{ url_for('auth.register') }}" style="color:var(--accent)">Create one</a>
|
||||
</p>
|
||||
{% endif %}
|
||||
|
||||
</div>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user