diff --git a/app/templates/components/textbox.html b/app/templates/components/textbox.html index f4c0f368f..480d773ea 100644 --- a/app/templates/components/textbox.html +++ b/app/templates/components/textbox.html @@ -8,7 +8,8 @@ width='2-3', suffix=None, disabled=False, - safe_error_message=False + safe_error_message=False, + rows=8 ) %}
- {{ textbox(form.template_content, highlight_tags=True, width='1-1') }} + {{ textbox(form.template_content, highlight_tags=True, width='1-1', rows=8) }} {{ page_footer( 'Save', delete_link=url_for('.delete_service_template', service_id=current_service.id, template_id=template_id) if template_id or None,