mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-28 08:03:36 +00:00
templates: Make internal zone and port forwarding info override-able
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
0702b8dce9
commit
ddeeb59ed5
@ -86,9 +86,13 @@
|
||||
{% endif %}
|
||||
{% endblock %}
|
||||
|
||||
{% include "internal-zone.html" %}
|
||||
{% block internal_zone %}
|
||||
{% include "internal-zone.html" %}
|
||||
{% endblock %}
|
||||
|
||||
{% include "port-forwarding-info.html" with service_name=name %}
|
||||
{% block port_forwarding_info %}
|
||||
{% include "port-forwarding-info.html" with service_name=name %}
|
||||
{% endblock %}
|
||||
|
||||
{% block configuration %}
|
||||
<h3>{% trans "Configuration" %}</h3>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user