From: Karl O. Pinc Date: Mon, 18 Jan 2021 22:39:09 +0000 (-0600) Subject: Error detail must be enclosed in html tags X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=555af49445826681f4019dc82501ee27bf74fd01;p=pgwui_common Error detail must be enclosed in html tags --- diff --git a/src/pgwui_common/templates/auth_base.mak b/src/pgwui_common/templates/auth_base.mak index fc4fa5a..60f3bbd 100644 --- a/src/pgwui_common/templates/auth_base.mak +++ b/src/pgwui_common/templates/auth_base.mak @@ -132,7 +132,7 @@ ## Messages delivered here are all generated. Allow markup. % if hasattr(error, 'detail'): - ${error.detail | n} +

${error.detail | n}

% endif % if hasattr(error, 'data') and error.data:

Line is: