mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-04 08:53:42 +00:00
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:
parent
cc8c0cb05d
commit
d45cc00981
@ -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>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user