Commit e87123c1 authored by Nicolas Dandrimont's avatar Nicolas Dandrimont 🤔
Browse files

Fix the HTML in the controlfields plugin template

parent c839879e
...@@ -6,7 +6,7 @@ ${str(o.outcome)} ...@@ -6,7 +6,7 @@ ${str(o.outcome)}
<dl> <dl>
%for field, contents in sorted(o.rich_data.items()): %for field, contents in sorted(o.rich_data.items()):
<dt>${field}</dt> <dt>${field}</dt>
<dd><a href="${contents}">${contents}</a></dt> <dd><a href="${contents}">${contents}</a></dd>
%endfor %endfor
</dl> </dl>
</div> </div>
......
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