summaryrefslogtreecommitdiff
path: root/horizon/dashboards/nova/networks/templates/networks/create.html
blob: 5a9d7da31d70086014b4d841ec7f7c1b16323d7b (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 "horizon/common/_workflow.html" %}
{% endblock %}