mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-18 13:39:41 -04:00
Merge pull request #2567 from alphagov/dont-stick-on-sms
Remove sticky textbox for one-off text messages
This commit is contained in:
@@ -14,7 +14,10 @@
|
||||
{{ page_title }}
|
||||
</h1>
|
||||
|
||||
{% call form_wrapper(class="js-stick-at-top-when-scrolling", module="autofocus") %}
|
||||
{% call form_wrapper(
|
||||
class="js-stick-at-top-when-scrolling" if template.template_type != 'sms' else '',
|
||||
module="autofocus"
|
||||
) %}
|
||||
<div class="grid-row">
|
||||
<div class="column-two-thirds {% if form.placeholder_value.label.text == 'phone number' %}extra-tracking{% endif %}">
|
||||
{{ textbox(
|
||||
|
||||
Reference in New Issue
Block a user