Competences
This commit is contained in:
parent
e490cde92d
commit
12ce9c7900
3 changed files with 42 additions and 2 deletions
12
cms/admin.py
12
cms/admin.py
|
|
@ -35,6 +35,18 @@ class ModuleAdmin(admin.ModelAdmin):
|
|||
form = ModuleAdminForm
|
||||
inlines = [CompetenceInline,]
|
||||
extra = 0
|
||||
fields = (('nom'),
|
||||
('situation'),
|
||||
('contenu', 'contenu_published'),
|
||||
('didactique', 'didactique_published'),
|
||||
('evaluation', 'evaluation_published'),
|
||||
('periode_presentiel', 'travail_perso', 'pratique_prof'),
|
||||
('type', 'semestre'),
|
||||
('sem1', 'sem2'),
|
||||
('sem3', 'sem4'),
|
||||
('sem5', 'sem6'),
|
||||
('processus'),
|
||||
)
|
||||
|
||||
|
||||
class ProcessusAdmin(admin.ModelAdmin):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue