| commit | 2ad37de399d1f309e265c060349ce44f80d8f480 | [log] [tgz] |
|---|---|---|
| author | lombardofr <lombardo@everyup.it> | Wed Jul 18 09:47:28 2018 +0200 |
| committer | lombardofr <lombardo@everyup.it> | Thu Jul 19 14:40:12 2018 +0200 |
| tree | 14246c049315c914062bf8a674d34894ef53a3b6 | |
| parent | 10b52d1480ad41e7a1d51575f1e5f4ea762b2dd6 [diff] [blame] |
refactoring urls Change-Id: If7c9bbfec35f733b3154fd74d83794764f4dad44 Signed-off-by: lombardofr <lombardo@everyup.it>
diff --git a/instancehandler/template/instance_list.html b/instancehandler/template/instance_list.html index 5888519..5471c19 100644 --- a/instancehandler/template/instance_list.html +++ b/instancehandler/template/instance_list.html
@@ -25,7 +25,7 @@ {% block breadcrumb_body %} {{ block.super }} - <li><a href="{% url 'projects:instances:list' type=type %}">{{ type|upper }} Instances</a></li> + <li><a href="{% url 'instances:list' type=type %}">{{ type|upper }} Instances</a></li> {% endblock %} {% block content_body %}