
Change-Id: Ie3991efda6d2437821f67e3c87e111886578e830 Partially-Implements: blueprint keystone-federation-mapping
8 lines
186 B
HTML
8 lines
186 B
HTML
{% extends 'base.html' %}
|
|
{% load i18n %}
|
|
{% block title %}{% trans "Create Mapping" %}{% endblock %}
|
|
|
|
{% block main %}
|
|
{% include 'identity/mappings/_create.html' %}
|
|
{% endblock %}
|