projects
/
pgwui_common
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
607c4f5
)
Allow a different separator style between per-line errors
author
Karl O. Pinc
<kop@karlpinc.com>
Mon, 18 Jan 2021 00:53:22 +0000
(18:53 -0600)
committer
Karl O. Pinc
<kop@karlpinc.com>
Mon, 18 Jan 2021 00:53:22 +0000
(18:53 -0600)
src/pgwui_common/templates/auth_base.mak
patch
|
blob
|
history
diff --git
a/src/pgwui_common/templates/auth_base.mak
b/src/pgwui_common/templates/auth_base.mak
index 132055fd74799383aba772c74d61bfde8f789632..91da81d747d40c18255535cbb3b7ebc7d49c01d8 100644
(file)
--- a/
src/pgwui_common/templates/auth_base.mak
+++ b/
src/pgwui_common/templates/auth_base.mak
@@
-88,7
+88,7
@@
% endif
</%def>
-<%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:
- <hr class="
errorsep
"></hr>
+ <hr class="
${sepclass}
"></hr>
% endif
% endfor