From: Karl O. Pinc Date: Mon, 18 Jan 2021 00:53:22 +0000 (-0600) Subject: Allow a different separator style between per-line errors X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=4e3647dc1d28c43402a457dab0a54a40c148f235;p=pgwui_common Allow a different separator style between per-line errors --- diff --git a/src/pgwui_common/templates/auth_base.mak b/src/pgwui_common/templates/auth_base.mak index 132055f..91da81d 100644 --- a/src/pgwui_common/templates/auth_base.mak +++ b/src/pgwui_common/templates/auth_base.mak @@ -88,7 +88,7 @@ % endif -<%def name="error_items(errors)"> +<%def name="error_items(errors, sepclass='errorsep')"> % for error in errors: ## Get error attributes @@ -140,7 +140,7 @@ % endif % if not loop.last and lineno: -
+
% endif % endfor