murano-dashboard/muranodashboard/templates/images/index.html
Serg Melikyan 78496587b3 Different issues with image metadata forms
Fixed different small issues with forms related
to marking images with specific Murano metadata

Resolved Bug #1236262

Change-Id: I0a4f6c7034c76c6b7a591e26b0df5f9f29ad782d
2013-10-11 10:16:08 +04:00

12 lines
288 B
HTML

{% extends 'base.html' %}
{% load i18n %}
{% block title %}{% trans "Marked Images" %}{% endblock %}
{% block page_header %}
{% include "horizon/common/_page_header.html" with title=_("Marked Images") %}
{% endblock page_header %}
{% block main %}
{{ table.render }}
{% endblock %}