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

Show note description

This commit is contained in:
Mo 2022-06-26 22:31:39 +02:00
parent 944b98e6c1
commit 35560622dc
2 changed files with 3 additions and 1 deletions

View file

@ -15,7 +15,7 @@ def assistant_group_experiment_form_factory(current_user, group_experiment):
"Note",
default=group_experiment.note,
validators=[Optional()],
description="This 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.",
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.",
)
appointments = group_experiment.appointments

View file

@ -114,6 +114,8 @@
</table>
</div>
<p>{{ form.note.description }}</p>
<br>
<tr>