From 82e2e9977f58cf1054c2d5560b2843e288ac8e15 Mon Sep 17 00:00:00 2001 From: Mo8it Date: Mon, 27 Jun 2022 22:40:29 +0200 Subject: [PATCH] Add footnotes --- advlabdb/forms.py | 1 - advlabdb/templates/assistant_group_experiment_form.html | 8 +++++--- 2 files changed, 5 insertions(+), 4 deletions(-) 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 %}