summaryrefslogtreecommitdiff
path: root/horizon/dashboards/syspanel/networks/templates/networks/create.html
blob: c39cc08592946575b2980c1f0dfa9ff8828658ee (plain)
1
2
3
4
5
6
7
8
9
10
11
{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Create Network" %}{% endblock %}

{% block page_header %}
  {% include "horizon/common/_page_header.html" with title=_("Create Network") %}
{% endblock page_header %}

{% block main %}
  {% include "syspanel/networks/_create.html" %}
{% endblock %}