From ed6fce9b865e3aebe958b6f909c1033aa4955257 Mon Sep 17 00:00:00 2001 From: Mykhailo Dovgal Date: Mon, 12 Jun 2017 17:21:16 +0300 Subject: [PATCH] Snaphot update TemplateDoesNotExist error fix During following the link env_ip/dashboard/project/snapshots/spanshot_id/update/ there is an TemplateDoesNotExist error. This patch fixes this issue. Change-Id: I9fe9d4caff5973224838f6d22dcc9840b536b30d Closes-Bug: #1697462 --- .../project/snapshots/templates/snapshots/update.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openstack_dashboard/dashboards/project/snapshots/templates/snapshots/update.html b/openstack_dashboard/dashboards/project/snapshots/templates/snapshots/update.html index 5c5cbd9716..1ae70c6713 100644 --- a/openstack_dashboard/dashboards/project/snapshots/templates/snapshots/update.html +++ b/openstack_dashboard/dashboards/project/snapshots/templates/snapshots/update.html @@ -3,5 +3,5 @@ {% block title %}{% trans "Edit Snapshot" %}{% endblock %} {% block main %} - {% include 'project/volumes/snapshots/_update.html' %} + {% include 'project/snapshots/_update.html' %} {% endblock %}