summaryrefslogtreecommitdiff
path: root/tuskar_ui/infrastructure/images/templates/images/update.html
blob: d6d6d0b9565f4422ba83400a24ee3f920711d055 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{% extends 'base.html' %}
{% load i18n %}

{% block title %}{% trans "Update Image" %}{% endblock %}

{% block page_header %}
  {% include "horizon/common/_page_header.html" with title=_("Update Image") %}
{% endblock page_header %}

{% block main %}
  {% include 'infrastructure/images/_update.html' %}
{% endblock %}