mirror of
https://codeberg.org/Mo8it/AdvLabDB.git
synced 2024-12-20 23:41:20 +00:00
Better descriptions
This commit is contained in:
parent
17f8b43bee
commit
68ac180e86
1 changed files with 2 additions and 2 deletions
|
@ -316,12 +316,12 @@ class SemesterView(SecureAdminModelView):
|
||||||
)
|
)
|
||||||
transfer_parts = BooleanField(
|
transfer_parts = BooleanField(
|
||||||
"Transfer parts",
|
"Transfer parts",
|
||||||
description="This option transfers the parts you have in your current active semester. Make sure that your semester is the last semester before creating a new one (recommended)!",
|
description="This option transfers the parts you have in your active semester. Make sure that your active semester is the last semester before creating a new one!",
|
||||||
default=True,
|
default=True,
|
||||||
)
|
)
|
||||||
transfer_assistants = BooleanField(
|
transfer_assistants = BooleanField(
|
||||||
"Transfer Assistants",
|
"Transfer Assistants",
|
||||||
description="This option transfers assistants of your active semester to active experiments in the new semester. Make sure that your semester is the last semester before creating a new one (recommended)! Active experiments are transferred anyway. If you do not want an experiment to be transferred, set it to inactive before creating the new semester. Experiments which are switched to active before creating the new semester will be created in the new semester without assistants. It is important to check the assistants of all experiments after creating a new semester.",
|
description="This option transfers assistants of your active semester to active experiments in the new semester. Make sure that your active semester is the last semester before creating a new one! Active experiments are transferred anyway. If you do not want an experiment to be transferred, set it to inactive before creating the new semester. Experiments which are switched to active before creating the new semester will be created in the new semester without assistants. It is recommended to check the assistants of all experiments after creating a new semester.",
|
||||||
default=True,
|
default=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue