FIX_css_domain_list.html
This commit is contained in:
parent
8e103fea5f
commit
494a7e8872
11 changed files with 188 additions and 11 deletions
|
|
@ -39,6 +39,7 @@ class ModuleAdmin(admin.ModelAdmin):
|
|||
inlines = [CompetenceInline]
|
||||
readonly_fields = ('total_presentiel',)
|
||||
extra = 0
|
||||
|
||||
fields = (('code', 'nom'),
|
||||
'situation',
|
||||
('contenu', 'contenu_published'),
|
||||
|
|
@ -49,8 +50,8 @@ class ModuleAdmin(admin.ModelAdmin):
|
|||
('type', ),
|
||||
'processus',
|
||||
)
|
||||
|
||||
|
||||
|
||||
|
||||
class ProcessusAdmin(admin.ModelAdmin):
|
||||
form = ProcessusAdminForm
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue