Merge pull request #2963 from alphagov/fix-missing-save-button-callbacks

Fix missing save button on callbacks page
This commit is contained in:
Chris Hill-Scott
2019-05-09 16:53:02 +01:00
committed by GitHub

View File

@@ -34,6 +34,7 @@
hint='At least 10 characters', hint='At least 10 characters',
autocomplete='new-password' autocomplete='new-password'
) }} ) }}
{{ page_footer('Save') }}
{% endcall %} {% endcall %}
</div> </div>
</div> </div>