1
0
Fork 0
mirror of https://codeberg.org/Mo8it/AdvLabDB.git synced 2024-09-19 18:31:16 +00:00

Add footnotes

This commit is contained in:
Mo 2022-06-27 22:40:29 +02:00
parent d2ac3a7568
commit 82e2e9977f
2 changed files with 5 additions and 4 deletions

View file

@ -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"},
)

View file

@ -134,9 +134,11 @@
<hr>
<font size="2">
<p>1. </p>
<p>2. </p>
<p>3. {{ form.note.description }}</p>
<p>1. The <em>final experiment mark</em> is calculated automatically with the oral and protocol marks and experiment specific weightings.</p>
<p>2. The <em>contact email</em> is the preferred email address for contact if entered by the student.</p>
<p>3. The <em>note</em> 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.</p>
</font>
{{ footer|safe }}
{% endblock body %}