diff --git a/advlabdb/forms.py b/advlabdb/forms.py index cd4b2fe..cd7b503 100644 --- a/advlabdb/forms.py +++ b/advlabdb/forms.py @@ -15,7 +15,6 @@ def assistant_group_experiment_form_factory(current_user, group_experiment): "Note", default=group_experiment.note, validators=[Optional()], - description="The note is optional and can be seen and edited by admins and assistants that are responsible for this semester experiment. This note is for information related to the experiment and group. Examples: Protocol received, submission until ..., etc.", render_kw={"class": "form-control"}, ) diff --git a/advlabdb/templates/assistant_group_experiment_form.html b/advlabdb/templates/assistant_group_experiment_form.html index 1e86dde..da600f0 100644 --- a/advlabdb/templates/assistant_group_experiment_form.html +++ b/advlabdb/templates/assistant_group_experiment_form.html @@ -134,9 +134,11 @@
-

1.

-

2.

-

3. {{ form.note.description }}

+

1. The final experiment mark is calculated automatically with the oral and protocol marks and experiment specific weightings.

+

2. The contact email is the preferred email address for contact if entered by the student.

+

3. The note is optional and can be seen and edited by admins and assistants that are responsible for this experiment in this semester. + It is for information related to the experiment and group. + Examples: Protocol received, submission until ..., etc.

{{ footer|safe }} {% endblock body %}