Start on new tests

This commit is contained in:
2020-05-11 23:04:13 +01:00
parent 3f48c51aeb
commit e3c1da9d13
13 changed files with 163 additions and 38 deletions

View File

@@ -22,6 +22,7 @@
{{ object.status }}
</span>
</h4>
<dl>
{% if object.serial_number %}
<dt>Serial Number: </dt>
<dd>{{ object.serial_number }}</dd>
@@ -30,7 +31,7 @@
<dt>Comments: </dt>
<dd class="dont-break-out">{{ object.comments|linebreaksbr }}<dd>
{% endif %}
</dl>
</table>
</div>
</div>