Merge pull request #2658 from alphagov/sticky-footer-edit

Use sticky footer on edit template page
This commit is contained in:
Chris Hill-Scott
2019-01-16 11:26:53 +00:00
committed by GitHub
5 changed files with 26 additions and 12 deletions

View File

@@ -35,3 +35,9 @@
{% endif %}
</div>
{% endmacro %}
{% macro sticky_page_footer(button_text=None) %}
<div class="js-stick-at-bottom-when-scrolling">
{{ page_footer(button_text) }}
</div>
{% endmacro %}