Fix snapshot page
This commit is contained in:
parent
0ec3fa74b2
commit
f4077456af
1 changed files with 1 additions and 5 deletions
|
@ -18,11 +18,7 @@
|
|||
{% block body %}
|
||||
{% with snapshot=form.instance %}
|
||||
<h1>
|
||||
{% if snapshot.sum == snapshot.diff %}
|
||||
✅
|
||||
{% else %}
|
||||
❌
|
||||
{% endif %}
|
||||
<span class="ri-{% if snapshot.sum == snapshot.diff %}check-line green{% else %}close-line red{% endif %}"></span>
|
||||
{{ snapshot }}
|
||||
</h1>
|
||||
<form method="post" enctype="multipart/form-data">
|
||||
|
|
Loading…
Reference in a new issue