[IMP] tools: improve error message display

This commit is contained in:
Géry Debongnie
2019-06-28 14:54:24 +02:00
parent 60a6cca960
commit 1c8e1af86d
4 changed files with 14 additions and 15 deletions
+2 -1
View File
@@ -48,7 +48,8 @@
<div class="note">Note: these examples require a recent browser to work without a transpilation step. </div>
</div>
<div t-if="state.error" class="error">
<t t-esc="state.error"/>
<h3>Error</h3>
<pre t-esc="state.error"/>
</div>
<div class="content" t-ref="content"/>
</div>