Remove optional banner from set password page
This commit is contained in:
@@ -5,18 +5,6 @@
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
||||
{% if optional %}
|
||||
<div class="alert alert-primary">
|
||||
{{ _("It is recommended that you set a password for your account.") }}
|
||||
|
||||
<a class="alert_right button" href="{{ url_for('homepage.home') }}">
|
||||
{{ _("Skip") }}
|
||||
</a>
|
||||
</div>
|
||||
{% endif %}
|
||||
|
||||
|
||||
<h1>{{ _("Set Password") }}</h1>
|
||||
|
||||
{% from "macros/forms.html" import render_field, render_submit_field %}
|
||||
|
||||
Reference in New Issue
Block a user