openvpn: Don't show running status on download profile button

The running status prevents the user from downloading the profile a second time.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: Veiko Aasa <veiko17@disroot.org>
This commit is contained in:
Sunil Mohan Adapa 2021-01-01 14:02:15 -08:00 committed by Veiko Aasa
parent cc8c0cb05d
commit d45cc00981
No known key found for this signature in database
GPG Key ID: 478539CAE680674E

View File

@ -42,7 +42,7 @@
action="{% url 'openvpn:profile' %}">
{% csrf_token %}
<input type="submit" class="btn btn-primary"
<input type="submit" class="btn btn-primary no-running-status"
value="{% trans "Download my profile" %}"/>
</form>