mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-20 14:29:51 -04:00
Rename content to template content
WTForms sets the `id` of a `textarea` element to the variable name to which the form control is assigned. This conflicts with the page container, which is styled by targeting `#content`.
This commit is contained in:
@@ -62,7 +62,7 @@ def test_should_redirect_when_saving_a_template(app_,
|
||||
'id': template_id,
|
||||
'name': name,
|
||||
'template_type': type_,
|
||||
"content": content,
|
||||
"template_content": content,
|
||||
"service": service_id
|
||||
}
|
||||
response = client.post(url_for(
|
||||
|
||||
Reference in New Issue
Block a user