Skip to content
Snippets Groups Projects
Commit b38a450f authored by Hervé  MENAGER's avatar Hervé MENAGER
Browse files

fix typo for test activity result table in contrib summary

parent 4b18e7f8
No related branches found
No related tags found
No related merge requests found
Pipeline #33573 passed
......@@ -34,7 +34,7 @@
{% for result in object.compoundactivityresult_set.all %}
<tr>
<td>{{result.ref.compound_name}}</td>
<td12>{{result.get_modulation_type_display}}</td>
<td>{{result.get_modulation_type_display}}</td>
<td title="{{result.get_activity_type_display}}">{{result.activity_type}}</td>
<td>{{result.activity|floatformat:2}}</td>
</tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment