Wrong url in stack preview detail page

In stack preview detail page, cancel button
redirecting to access and security table.

Change-Id: I50729b4dfd263e6380883c31be1d170b3efa5669
Closes-Bug: #1507515
This commit is contained in:
Masco Kaliyamoorthy 2015-10-19 15:18:09 +05:30
parent fa43b9df0c
commit 453ac5254c
1 changed files with 1 additions and 1 deletions

View File

@ -55,5 +55,5 @@
{% endblock %}
{% block modal-footer %}
<a href="{% url 'horizon:project:access_and_security:index' %}" class="btn btn-default secondary cancel close">{% trans "Close" %}</a>
<a href="{% url 'horizon:project:stack:index' %}" class="btn btn-default secondary cancel close">{% trans "Close" %}</a>
{% endblock %}