Commit 09a0e00d authored by Clément Schreiner's avatar Clément Schreiner
Browse files

Update the default template (will be useful soon).

parent e67ea1f6
<div class="qa-header">
${o.from_plugin}: ${str(o.outcome)}
${test_result.entity}: ${test_result}
</div>
%if o.rich_data:
%if test_result.as_dict:
<div class="qa-content">
${h.converters.nl2br(str(o.rich_data))}
${h.converters.nl2br(str(test_result.as_dict))}
</div>
%endif
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment