horizon/openstack_dashboard/dashboards/identity/groups/templates/groups/create.html
Sam Betts 7365c0c88e Reduce page title duplication in Identity views
Patch https://review.openstack.org/#/c/142802 adds a method of
reducing duplication of page title logic, this patch applies that change
to the identity views.

Change-Id: I2f240a8b6a0ac76078a930bdf760e1cbab21e0cc
Partial-Bug: 1413749
2015-02-12 11:47:35 +00:00

8 lines
182 B
HTML

{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Create Group" %}{% endblock %}
{% block main %}
{% include 'identity/groups/_create.html' %}
{% endblock %}