From: Karl O. Pinc Date: Fri, 23 Apr 2021 20:06:11 +0000 (-0500) Subject: Allow an undefined filename X-Git-Url: https://papio.biology.duke.edu/gitweb/?a=commitdiff_plain;h=f6f9399d045c849b9e25c570f9e012e240e5b46c;p=pgwui_common Allow an undefined filename --- diff --git a/src/pgwui_common/templates/errors_base.mak b/src/pgwui_common/templates/errors_base.mak index 2a6c4ee..333735e 100644 --- a/src/pgwui_common/templates/errors_base.mak +++ b/src/pgwui_common/templates/errors_base.mak @@ -50,7 +50,7 @@ <%block name="summary_info"> - % if filename != '': + % if filename:

File supplied: ${filename}

% endif