diagnostics: Use a distinct class for Run Diagnostics button on this page

Signed-off-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
James Valleroy 2019-12-01 16:35:46 -05:00
parent 49228343b7
commit a6091a1edb
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -35,7 +35,7 @@
{% block configuration %}
{% if not is_running %}
<form class="form form-diagnostics-button" method="post"
<form class="form form-run-diagnostics" method="post"
action="{% url 'diagnostics:index' %}">
{% csrf_token %}