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:
Sunil Mohan Adapa 2019-11-27 00:38:36 -08:00 committed by James Valleroy
parent 0702b8dce9
commit ddeeb59ed5
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -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>