pagekite: Make Custom Services look like it's under Configuration

Signed-off-by: Joseph Nuthalapati <njoseph@riseup.net>
This commit is contained in:
Joseph Nuthalapati 2019-11-20 05:55:21 +05:30
parent c2412621b3
commit 71ccb5882b
No known key found for this signature in database
GPG Key ID: 5398F00A2FA43C35

View File

@ -42,7 +42,9 @@
{% block configuration %}
{{ block.super }}
<h3>{% trans "Custom Services" %}</h3>
<hr/>
<h4>{% trans "Custom Services" %}</h4>
<a href="{% url 'pagekite:add-custom-service' %}" class="btn btn-primary"
role="button" title="{% trans 'Add Custom Service' %}">
@ -52,7 +54,7 @@
{% if custom_services %}
<div>
<h4>{% trans "Existing custom services" %}</h4>
<h5>{% trans "Existing custom services" %}</h5>
<div class="list-group">
{% for service in custom_services %}