mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 15:58:26 -04:00
sticky scroll the template form
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{% from "components/radios.html" import radios %}
|
{% from "components/radios.html" import radios %}
|
||||||
{% from "components/page-footer.html" import page_footer %}
|
{% from "components/page-footer.html" import page_footer %}
|
||||||
|
|
||||||
<div id="sticky_template_forms">
|
<div id="sticky_template_forms" class="js-stick-at-bottom-when-scrolling">
|
||||||
<button type="submit" name="operation" value="unknown" hidden></button>
|
<button type="submit" name="operation" value="unknown" hidden></button>
|
||||||
{% if templates_and_folders_form.move_to.choices and template_list.templates_to_show %}
|
{% if templates_and_folders_form.move_to.choices and template_list.templates_to_show %}
|
||||||
<div id="move_to_folder_radios">
|
<div id="move_to_folder_radios">
|
||||||
|
|||||||
Reference in New Issue
Block a user