mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-24 16:24:08 -04:00
Convert TemplateFolderForm to govuk frontend
This commit is contained in:
@@ -23,7 +23,9 @@
|
||||
</div>
|
||||
|
||||
{% call form_wrapper(action=url_for('main.manage_template_folder', service_id=current_service.id, template_folder_id=template_folder_id)) %}
|
||||
{{ textbox(form.name, width='1-1') }}
|
||||
{{ form.name(param_extensions={
|
||||
"classes": "govuk-!-width-full"
|
||||
}) }}
|
||||
{% if current_user.has_permissions("manage_service") and form.users_with_permission.all_service_users %}
|
||||
{{ form.users_with_permission }}
|
||||
{% endif %}
|
||||
|
||||
Reference in New Issue
Block a user