horizon/openstack_dashboard/dashboards/project/instances/templates/instances/decryptpassword.html
Sam Betts 6997ddc6ee Reduce page title duplication in Images & Instance
Patch https://review.openstack.org/#/c/142802 adds a method of
reducing duplication of page title logic, this patch applies that change
to the project images, instances, and overview views.

Change-Id: I53b4ea3d20add1e5a5ba830535b81ae96bf0e554
Partial-Bug: 1413749
2015-02-12 12:35:45 +00:00

8 lines
202 B
HTML

{% extends "base.html" %}
{% load i18n %}
{% block title %}{% trans "Instance Admin Password" %}{% endblock %}
{% block main %}
{% include "project/instances/_decryptpassword.html" %}
{% endblock %}