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
This commit is contained in:
Mykhailo Dovgal 2017-06-12 17:21:16 +03:00 committed by Michael Dovgal
parent 02e79e495b
commit ed6fce9b86
1 changed files with 1 additions and 1 deletions

View File

@ -3,5 +3,5 @@
{% block title %}{% trans "Edit Snapshot" %}{% endblock %}
{% block main %}
{% include 'project/volumes/snapshots/_update.html' %}
{% include 'project/snapshots/_update.html' %}
{% endblock %}