tasks: fix incorrect closing tag on button

Fixes bad rendering on the task page.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
Paul Eggleton 2019-04-09 09:34:23 +12:00
parent d3de65c924
commit 3d11767066

View File

@ -31,7 +31,7 @@
{% endif %}
{% if not update.finished %}
<button id="stopbutton" class="btn btn-danger pull-right">Stop</a>
<button id="stopbutton" class="btn btn-danger pull-right">Stop</button>
{% endif %}
{% if update.comparisonrecipeupdate_set.exists %}