ui: Handle missing txn gracefully on bid page.

This commit is contained in:
tecnovert
2022-10-05 16:55:09 +02:00
parent eb30369bd4
commit f29eac0eb5
4 changed files with 18 additions and 6 deletions

View File

@@ -7,6 +7,6 @@
<body>
<h2>{{ title_str }}</h2>
<p>Error: {{ message_str }}</p>
<p><a href=\'/\'>home</a></p>
<p><a href="/">home</a></p>
</body>
</html>