mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
pagekite: Make Custom Services look like it's under Configuration
Signed-off-by: Joseph Nuthalapati <njoseph@riseup.net>
This commit is contained in:
parent
c2412621b3
commit
71ccb5882b
@ -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 %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user