Small improvements to EDE PDF prints
This commit is contained in:
parent
66cd4b7a8c
commit
ebe02ec6a6
3 changed files with 7 additions and 5 deletions
|
|
@ -149,7 +149,7 @@ class StudentAdmin(admin.ModelAdmin):
|
|||
if obj.klass.section.name == 'EDE' and obj.klass.level.name == "3":
|
||||
return format_html(
|
||||
'<a class="button" href="{}">Courrier pour l’expert</a> '
|
||||
'<a class="button" href="{}">Mail convocation soutenance</a> ',
|
||||
'<a class="button" href="{}">Mail convocation soutenance</a> '
|
||||
'<a class="button" href="{}">Indemnité aux experts</a>',
|
||||
reverse('print-pdf-to-expert-ede', args=[obj.pk]),
|
||||
reverse('student-ede-convocation', args=[obj.pk]),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue