Tzu-Mainn Chen d010384fd3 Rename node profile to flavor
Implements: blueprint rename-node-profiles-to-flavors
Change-Id: Ic530041615d04878ff9586038abaf9e8dc7f707a
2014-04-04 13:42:40 +02:00

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 %}