UI tweaks

This commit is contained in:
James Moffet
2022-07-29 15:28:10 -07:00
parent c697596d1a
commit c3541ddcb5
11 changed files with 181 additions and 40 deletions

View File

@@ -16,6 +16,8 @@
{{ page_header(page_title) }}
{{ template|string }}
{% call form_wrapper(
class='js-stick-at-top-when-scrolling send-one-off-form' if template.template_type != 'sms' else 'send-one-off-form',
module="autofocus",
@@ -47,6 +49,6 @@
{{ page_footer('Continue') }}
{% endcall %}
{{ template|string }}
{% endblock %}