summaryrefslogtreecommitdiff
path: root/horizon/dashboards/nova/networks/templates/networks/create.html
diff options
context:
space:
mode:
Diffstat (limited to 'horizon/dashboards/nova/networks/templates/networks/create.html')
-rw-r--r--horizon/dashboards/nova/networks/templates/networks/create.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/horizon/dashboards/nova/networks/templates/networks/create.html b/horizon/dashboards/nova/networks/templates/networks/create.html
new file mode 100644
index 00000000..5a9d7da3
--- /dev/null
+++ b/horizon/dashboards/nova/networks/templates/networks/create.html
@@ -0,0 +1,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 "horizon/common/_workflow.html" %}
+{% endblock %}