mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2025-03-21 20:03:57 +00:00
Show note description
This commit is contained in:
parent
944b98e6c1
commit
35560622dc
2 changed files with 3 additions and 1 deletions
advlabdb
|
@ -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
|
||||
|
|
|
@ -114,6 +114,8 @@
|
|||
</table>
|
||||
</div>
|
||||
|
||||
<p>{{ form.note.description }}</p>
|
||||
|
||||
<br>
|
||||
|
||||
<tr>
|
||||
|
|
Loading…
Add table
Reference in a new issue