
Implements: blueprint rename-node-profiles-to-flavors Change-Id: Ic530041615d04878ff9586038abaf9e8dc7f707a
12 lines
332 B
HTML
12 lines
332 B
HTML
{% extends 'infrastructure/base.html' %}
|
|
{% load i18n %}
|
|
{% block title %}{% trans "Create Flavor" %}{% endblock %}
|
|
|
|
{% block page_header %}
|
|
{% include "horizon/common/_page_header.html" with title=_("Create Flavor") %}
|
|
{% endblock page_header %}
|
|
|
|
{% block main %}
|
|
{% include 'horizon/common/_workflow.html' %}
|
|
{% endblock %}
|