
The edit image and the update image is not uniform in the horizon. Changed the update image to the edit image because there is only a few places to use the update image. Change-Id: I6ccca2e9da0d770d92a281cc4cb681c0507469dc Closes-Bug: #1540755
8 lines
184 B
HTML
8 lines
184 B
HTML
{% extends 'base.html' %}
|
|
{% load i18n %}
|
|
{% block title %}{% trans "Edit Image" %}{% endblock %}
|
|
|
|
{% block main %}
|
|
{% include 'project/images/images/_update.html' %}
|
|
{% endblock %}
|