Level confirmation works

This commit is contained in:
2021-07-29 23:15:16 +01:00
parent b6ef7c1d89
commit be648c20d5
2 changed files with 6 additions and 8 deletions

View File

@@ -57,7 +57,7 @@
<button class="btn btn-warning text-right" disabled>Awaiting Confirmation</button>
{% endif %}
{% else %}
<button class="btn btn-success active">Confirmed</button>
<button class="btn btn-success active">Confirmed <small>by {{ level_qualification.confirmed_by }}</small></button>
{% endif %}
{% else %}
<button class="btn btn-danger text-right" disabled>Incomplete</button>