mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-13 10:28:51 -04:00
Use a sticky footer on the set inbound number page
Just saves us having to scroll past all the numbers to hit ‘Save’.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{% extends "withnav_template.html" %}
|
||||
{% from "components/textbox.html" import textbox %}
|
||||
{% from "components/page-header.html" import page_header %}
|
||||
{% from "components/page-footer.html" import page_footer %}
|
||||
{% from "components/page-footer.html" import sticky_page_footer %}
|
||||
{% from "components/radios.html" import radios%}
|
||||
{% from "components/form.html" import form_wrapper %}
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
{% else %}
|
||||
{% call form_wrapper() %}
|
||||
{{ radios(form.inbound_number) }}
|
||||
{{ page_footer('Save') }}
|
||||
{{ sticky_page_footer('Save') }}
|
||||
{% endcall %}
|
||||
{% endif %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user