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

Better descriptions

This commit is contained in:
Mo 2022-05-16 03:37:08 +02:00
parent 17f8b43bee
commit 68ac180e86

View file

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