diff --git a/castellum/recruitment/templates/recruitment/mail.html b/castellum/recruitment/templates/recruitment/mail.html index 4bd85eed19d9c54e1cb4e0435d9f97321ff44572..ca8a93978d78c49e7c51a678cb2188e8cb7fb997 100644 --- a/castellum/recruitment/templates/recruitment/mail.html +++ b/castellum/recruitment/templates/recruitment/mail.html @@ -19,9 +19,7 @@ -
- {% bootstrap_field form.batch_size %} -
+ {% bootstrap_field form.batch_size %}
diff --git a/castellum/studies/templates/studies/study_excluded_studies.html b/castellum/studies/templates/studies/study_excluded_studies.html index 07095b606e32cb8dee39fae0d4ad318feb7106bd..c39fe63a29a75fd6f0ca139af6c29085f14d5fb4 100644 --- a/castellum/studies/templates/studies/study_excluded_studies.html +++ b/castellum/studies/templates/studies/study_excluded_studies.html @@ -15,25 +15,23 @@
-
-
-
- {{ form.excluded_studies }} -
-
- -
+
+
+ {{ form.excluded_studies }} +
+
+
- {% translate 'Participants from excluded studies will be excluded from recruitment for this study.' %} - {% if related_studies %} - - {% translate 'Studies in which potential subjects have pariticipated' %}: - {% for study in related_studies %} - {{ study }} ({{ study.count }}){% if not forloop.last %},{% endif %} - {% endfor %} - - {% endif %}
+ {% translate 'Participants from excluded studies will be excluded from recruitment for this study.' %} + {% if related_studies %} + + {% translate 'Studies in which potential subjects have pariticipated' %}: + {% for study in related_studies %} + {{ study }} ({{ study.count }}){% if not forloop.last %},{% endif %} + {% endfor %} + + {% endif %}
diff --git a/castellum/studies/templates/studies/study_list.html b/castellum/studies/templates/studies/study_list.html index 8e8b401f074548543af61499c80d6a0020749e2f..2a946095af2c56ae6a53dae11f4b1233214c3bf0 100644 --- a/castellum/studies/templates/studies/study_list.html +++ b/castellum/studies/templates/studies/study_list.html @@ -7,11 +7,13 @@ {% block content %}
-
+
+