diff --git a/app/scodoc/sco_dept.py b/app/scodoc/sco_dept.py index f948ec31..b86341a0 100644 --- a/app/scodoc/sco_dept.py +++ b/app/scodoc/sco_dept.py @@ -167,14 +167,15 @@ Chercher étape courante: -

Assistance

- - """ - ) + if current_user.is_administrator(): + H.append( + """
+

Assistance

+ + """ + ) # return html_sco_header.sco_header() + "\n".join(H) + html_sco_header.sco_footer()