horizon/openstack_dashboard/dashboards/identity/identity_providers/templates/identity_providers/update.html

8 lines
206 B
HTML

{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Update Identity Provider" %}{% endblock %}
{% block main %}
{% include 'identity/identity_providers/_update.html' %}
{% endblock %}