"Fossies" - the Fresh Open Source Software Archive
Member "horizon-14.0.4/openstack_dashboard/dashboards/project/networks/templates/networks/_update.html" (22 Oct 2019, 231 Bytes) of package /linux/misc/openstack/horizon-14.0.4.tar.gz:
As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) HTML source code syntax highlighting (style: standard) with prefixed line numbers.
Alternatively you can here view or download the uninterpreted source code file.
1 {% extends "horizon/common/_modal_form.html" %} 2 {% load i18n %} 3 4 {% block modal-body-right %} 5 <h3>{% trans "Description:" %}</h3> 6 <p>{% trans "You may update the editable properties of your network here." %}</p> 7 {% endblock %}