mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 05:48:24 -04:00
Update fields on ServiceLetterBrandingDetails
Changes its StringField to GovukTextInputField. Includes changes to templates that use this form and associated tests.
This commit is contained in:
@@ -28,7 +28,9 @@
|
||||
{{ file_upload(file_upload_form.file, button_text='{} logo'.format('Update' if is_update else 'Upload')) }}
|
||||
{% call form_wrapper() %}
|
||||
<div class="form-group">
|
||||
<div style='margin-top:15px;'>{{textbox(letter_branding_details_form.name)}}</div>
|
||||
{{ letter_branding_details_form.name(param_extensions={
|
||||
"formGroup": {"classes": "govuk-!-margin-top-3"}
|
||||
}) }}
|
||||
{{ page_footer(
|
||||
'Save',
|
||||
button_name='operation',
|
||||
|
||||
Reference in New Issue
Block a user