diff --git a/studies/templates/studies/_study_fields.html b/studies/templates/studies/_study_fields.html index 8b92a0119..0bf1054c1 100644 --- a/studies/templates/studies/_study_fields.html +++ b/studies/templates/studies/_study_fields.html @@ -6,16 +6,7 @@ {% bootstrap_field form.lab label_class="form-label fw-bold" wrapper_class="mb-4" %} {% bootstrap_field form.priority label_class="form-label fw-bold" wrapper_class="mb-4" addon_before="" %}
-
-
- -

- Choose what type of study you are creating - this will change the fields that appear in the Experiment Details section. -

- {% bootstrap_field form.external %} - {% bootstrap_field form.scheduled wrapper_class="" %} -
-
+{% bootstrap_field form.study_type label_class="form-label fw-bold" wrapper_class="mb-4" %}
@@ -59,7 +50,7 @@ title="" id="id_min_age_years"> {% for x, y in form.fields.min_age_years.choices %} - {% endfor %} @@ -93,7 +84,7 @@ name="min_age_days" title=""> {% for x, y in form.fields.min_age_days.choices %} - {% endfor %} @@ -123,7 +114,7 @@ title="" id="id_max_age_years"> {% for x, y in form.fields.max_age_years.choices %} - {% endfor %} @@ -140,8 +131,7 @@ name="max_age_months" title=""> {% for x, y in form.fields.max_age_months.choices %} - {% endfor %} @@ -158,7 +148,7 @@ name="max_age_days" title=""> {% for x, y in form.fields.max_age_days.choices %} - {% endfor %} @@ -180,18 +170,18 @@ {% bootstrap_field form.must_have_participated label_class="form-label fw-bold" wrapper_class="mb-4" %} {% bootstrap_field form.must_not_have_participated label_class="form-label fw-bold" wrapper_class="mb-4" %} {% bootstrap_field form.criteria_expression label_class="form-label fw-bold" wrapper_class="mb-4" %} -
-
+{% comment %}
{% endcomment %} +{% comment %}

Now it's time for the actual study! For internal studies, you will add a protocol configuration or generator. For external studies, you will paste in your study or scheduling link. If you don't see what you expect, check the "External" and "Scheduled" checkboxes at the top of this form!

-
-
{% bootstrap_field form.structure label_class="form-label fw-bold" %}
-{% bootstrap_field form.use_generator label_class="form-label" wrapper_class="form-group" %} -
{{ form.generator.help_text|safe }}
-
+
{% endcomment %} +{% comment %}
{% bootstrap_field form.structure label_class="form-label fw-bold" %}
{% endcomment %} +{% comment %} {% bootstrap_field form.use_generator label_class="form-label" wrapper_class="form-group" %} {% endcomment %} +{% comment %}
{{ form.generator.help_text|safe }}
{% endcomment %} +{% comment %}
{% bootstrap_field form.generator show_help=False label_class="form-label fw-bold" %} -
+
{% endcomment %} diff --git a/studies/templates/studies/study_edit.html b/studies/templates/studies/study_edit.html index 4fc587dd0..14302e4a0 100644 --- a/studies/templates/studies/study_edit.html +++ b/studies/templates/studies/study_edit.html @@ -42,7 +42,6 @@

{% csrf_token %} {% include "studies/_study_fields.html" with form=form study=study %} - {% include "studies/_study_type.html" with types=types create=0 currentType=study.study_type.id %} {% form_buttons %} {% bootstrap_button "Cancel" button_class=btn_secondary_classes href=url_cancel %}