mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-11-08 21:21:06 +00:00
Add footnotes
This commit is contained in:
parent
d2ac3a7568
commit
82e2e9977f
2 changed files with 5 additions and 4 deletions
|
@ -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"},
|
||||
)
|
||||
|
||||
|
|
|
@ -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 %}
|
||||
|
|
Loading…
Reference in a new issue