ui: Fix regression with configure button in home page

Closes: #1488.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2019-02-06 14:25:30 -08:00 committed by James Valleroy
parent 8a54c2397c
commit 8e5d8da89c
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -55,9 +55,8 @@
{% include "clients.html" with clients=clients enabled=service.is_enabled %}
{% if user.is_authenticated and user_is_admin and configure_url %}
<input type="submit" class="btn btn-primary"
href="{{ configure_url }}"
value="{% trans "Configure &raquo;" %}"/>
<a class="btn btn-primary" href="{{ configure_url }}">
{% trans "Configure &raquo;" %}</a>
{% endif %}
{% endif %}