4.21.3
This commit is contained in:
21
app/templates/auth/change_email.html
Normal file
21
app/templates/auth/change_email.html
Normal file
@ -0,0 +1,21 @@
|
||||
{% extends "single.html" %}
|
||||
|
||||
{% block title %}Change Email{% endblock %}
|
||||
{% block single_content %}
|
||||
|
||||
<div class="card">
|
||||
<div class="card-body p-6">
|
||||
<div class="h3 text-center">Email Update</div>
|
||||
<div class="text-danger text-center h4">
|
||||
Incorrect or expired link.
|
||||
<br />
|
||||
<br />
|
||||
</div>
|
||||
<div class="text-center">
|
||||
Please go to
|
||||
<a href="{{ url_for('dashboard.setting') }}">settings</a>
|
||||
page to re-send the confirmation email.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user