diff --git a/jm2l/templates/Staff/list.mako b/jm2l/templates/Staff/list.mako index b2cbe5d..682587f 100644 --- a/jm2l/templates/Staff/list.mako +++ b/jm2l/templates/Staff/list.mako @@ -25,8 +25,9 @@ from slugify import slugify Editer le pôle

${Entity.name}

+ % if Entity.description:
${Entity.description | n}
- + % endif diff --git a/jm2l/templates/helpers.mako b/jm2l/templates/helpers.mako index b1409b8..629d094 100644 --- a/jm2l/templates/helpers.mako +++ b/jm2l/templates/helpers.mako @@ -244,45 +244,6 @@ TabJs = {'select':[], 'desc':[]} {% } %} -%if 1: -## -## -plop -% else: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -% endif \ ## -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= ## Wrapper pour les intervention utilisateur