mirror of
https://github.com/wassname/flask-security.git
synced 2026-06-27 16:10:11 +08:00
Fiddle with templates again
This commit is contained in:
@@ -6,4 +6,4 @@
|
||||
{{ render_field_with_errors(forgot_password_form.email) }}
|
||||
{{ render_field(forgot_password_form.submit) }}
|
||||
</form>
|
||||
{% include "security/_help.html" %}
|
||||
{% include "security/_menu.html" %}
|
||||
@@ -9,4 +9,4 @@
|
||||
{{ render_field(login_form.next) }}
|
||||
{{ render_field(login_form.submit) }}
|
||||
</form>
|
||||
{% include "security/_help.html" %}
|
||||
{% include "security/_menu.html" %}
|
||||
@@ -8,4 +8,4 @@
|
||||
{{ render_field_with_errors(register_user_form.password_confirm) }}
|
||||
{{ render_field(register_user_form.submit) }}
|
||||
</form>
|
||||
{% include "security/_help.html" %}
|
||||
{% include "security/_menu.html" %}
|
||||
@@ -7,4 +7,4 @@
|
||||
{{ render_field_with_errors(reset_password_form.password_confirm) }}
|
||||
{{ render_field(reset_password_form.submit) }}
|
||||
</form>
|
||||
{% include "security/_help.html" %}
|
||||
{% include "security/_menu.html" %}
|
||||
@@ -6,4 +6,4 @@
|
||||
{{ render_field_with_errors(reset_confirmation_form.email) }}
|
||||
{{ render_field(reset_confirmation_form.submit) }}
|
||||
</form>
|
||||
{% include "security/_help.html" %}
|
||||
{% include "security/_menu.html" %}
|
||||
@@ -7,4 +7,4 @@
|
||||
{{ render_field(login_form.next) }}
|
||||
{{ render_field(login_form.submit) }}
|
||||
</form>
|
||||
{% include "security/_help.html" %}
|
||||
{% include "security/_menu.html" %}
|
||||
Reference in New Issue
Block a user