Add an admin action to print teacher charge sheets

This commit is contained in:
Claude Paroz 2017-07-14 18:47:56 +02:00
parent a268f7ddd3
commit 073f012044
7 changed files with 161 additions and 0 deletions

View file

@ -151,4 +151,6 @@ INSTRUCTOR_IMPORT_MAPPING = {
'MAIL_FORMATEUR': 'email',
}
CHARGE_SHEET_TITLE = "Feuille de charge pour l'année scolaire 2017-2018"
from .local_settings import *