You've already forked snikket-web-portal
Add a Back button from export panel for consistency
The other user related sections all have a Back button so it makes sense that this one ought to have one as well.
This commit is contained in:
@@ -11,6 +11,8 @@
|
|||||||
{% call render_errors(form) %}{% endcall %}
|
{% call render_errors(form) %}{% endcall %}
|
||||||
|
|
||||||
<div class="f-bbox">
|
<div class="f-bbox">
|
||||||
|
{%- call standard_button("back", url_for('.index'), class="tertiary") %}{% trans %}Back{% endtrans %}{% endcall -%}
|
||||||
|
|
||||||
<form method="POST">
|
<form method="POST">
|
||||||
{{ form.csrf_token }}
|
{{ form.csrf_token }}
|
||||||
{%- call form_button("download", form.action_export, class="primary") %}{% endcall -%}
|
{%- call form_button("download", form.action_export, class="primary") %}{% endcall -%}
|
||||||
|
|||||||
Reference in New Issue
Block a user