From 7a2c528f1783e087d9c21a3cf9a32a1c397af785 Mon Sep 17 00:00:00 2001 From: David Lyle Date: Mon, 22 Sep 2014 11:30:08 -0600 Subject: [PATCH] Fixing template compatibility New template files missing proper url import. Adding imports. Closes-Bug: #1372334 Change-Id: I053996065ada3977432d3d46eb5e6724cae31e97 --- .../templates/context_selection/_project_list.html | 2 ++ .../templates/context_selection/_region_list.html | 2 ++ 2 files changed, 4 insertions(+) diff --git a/openstack_dashboard/templates/context_selection/_project_list.html b/openstack_dashboard/templates/context_selection/_project_list.html index 556ee18cf8..74dbf64a7d 100644 --- a/openstack_dashboard/templates/context_selection/_project_list.html +++ b/openstack_dashboard/templates/context_selection/_project_list.html @@ -1,4 +1,6 @@ {% load i18n %} +{% load url from future %} + {% with dashboard_url=request.horizon.dashboard.get_absolute_url %}