summaryrefslogtreecommitdiff
path: root/openstack_dashboard/dashboards/admin/roles/templates/roles/update.html
blob: 233d54cd6364a2213400c318d84d07c1161f8775 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Update Role" %}{% endblock %}

{% block page_header %}
  {# to make searchable false, just remove it from the include statement #}
  {% include "horizon/common/_page_header.html" with title=_("Update Role") %}
{% endblock page_header %}

{% block main %}
    {% include 'admin/roles/_update.html' %}
{% endblock %}