changed redirect_to_current_compterendu view to use Maraude manager's

get_in_progress(), which is now a method instead of cache property.
+ better display of admin panel's buttons in sujets detail views
This commit is contained in:
artus40
2017-08-28 17:35:56 +02:00
parent 67a04f1c18
commit 0d3798f087
5 changed files with 24 additions and 24 deletions

View File

@@ -24,5 +24,5 @@ class NoteAdmin(admin.ModelAdmin):
'fields': ['sujet', 'text']}),
]
list_display = ['created_date', 'sujet', 'child_class', 'text']
list_display = ['created_date', 'sujet', 'cast', 'text']
list_filter = ('created_date', 'created_by')