
Refactoring Images modals. Based on merged patch: https://review.openstack.org/#/c/123472/ Co-Authored-By: Rob Cresswell <rcresswe@cisco.com> Co-Authored-By: Cindy Lu <clu@us.ibm.com> Change-Id: I289dd4876e85f0ea1aa9f1d88c4915c897e8ea5b Partially-Implements: blueprint form-template-to-view
8 lines
194 B
HTML
8 lines
194 B
HTML
{% extends "horizon/common/_modal_form.html" %}
|
|
{% load i18n %}
|
|
|
|
{% block modal-body-right %}
|
|
<h3>{% trans "Description:" %}</h3>
|
|
<p>{% trans "Edit the image details." %}</p>
|
|
{% endblock %}
|