removing flask_login, fixed many appwriter issues with custom class
This commit is contained in:
@@ -38,13 +38,14 @@
|
||||
{% include "bases/side_nav.html" %}
|
||||
|
||||
{% if current_user.is_authenticated and not current_user.email_verification %}
|
||||
<div class="alert alert-warning" role="alert">
|
||||
Please verify your email to unlock all features.
|
||||
<form method="post" action="{{ url_for('auth.send') }}" style="display:inline">
|
||||
<button class="btn btn-sm btn-primary">Resend verification email</button>
|
||||
</form>
|
||||
</div>
|
||||
{% endif %}
|
||||
<div class="alert alert-warning" role="alert">
|
||||
Please verify your email to unlock all features.
|
||||
<form method="post" action="{{ url_for('auth.send') }}" style="display:inline">
|
||||
<button class="btn btn-sm btn-primary">Resend verification email</button>
|
||||
</form>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
|
||||
{% block body %}
|
||||
<!-- Page content goes here -->
|
||||
|
||||
Reference in New Issue
Block a user