From db1354ad1fee5ae6396209ed983e316b0dee3a4e Mon Sep 17 00:00:00 2001 From: Tom O'Dwyer Date: Fri, 6 Sep 2024 16:05:09 +0100 Subject: [PATCH] Fix inline styles in forms --- airlock/forms.py | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/airlock/forms.py b/airlock/forms.py index 5eb99183..f5e800ec 100644 --- a/airlock/forms.py +++ b/airlock/forms.py @@ -130,13 +130,13 @@ class GroupEditForm(forms.Form): help_text=mark_safe( """
- Please describe the contents of these outputs to help reviewers. This includes: - +

Please describe the contents of these outputs to help reviewers. This includes:

+
""" ), @@ -146,11 +146,11 @@ class GroupEditForm(forms.Form): help_text=mark_safe( """
- Please describe the statistical disclosure controls you have applied to these outputs. This includes: - +

Please describe the statistical disclosure controls you have applied to these outputs. This includes:

+
""" ),