fixed testing

This commit is contained in:
Beverly Nguyen
2024-12-18 15:30:48 -08:00
parent 1df019e78c
commit 1e261fd353
4 changed files with 7 additions and 5 deletions

View File

@@ -33,7 +33,8 @@
{{ form.name(param_extensions={
"extra_form_group_classes": "margin-bottom-2",
"id": "name",
"required": True
"required": True,
"hint": {"text": "Your recipients will not see this"}
}) }}
{{ textbox(
form.template_content,
@@ -53,7 +54,8 @@
<div class="grid-col-12">
<div class="template-content-count" bg-color="red">
<div data-module="update-status" data-target="template_content"
data-updates-url="{{ url_for('.count_content_length', service_id=current_service.id, template_type='sms') }}">
data-updates-url="{{ url_for('.count_content_length', service_id=current_service.id, template_type='sms') }}"
aria-live="polite">
&nbsp;
</div>
</div>