summaryrefslogtreecommitdiff
path: root/openstack_dashboard/dashboards/project/containers
diff options
context:
space:
mode:
authorRadomir Dopieralski <openstack@sheep.art.pl>2014-06-23 09:36:54 +0200
committerRadomir Dopieralski <openstack@sheep.art.pl>2014-06-23 09:36:54 +0200
commit8c711e8f6b80bebe9ad49eb6a718b2aba0e2b11b (patch)
treed6675cf3dcf331266e94ee19f19deab94ed401cd /openstack_dashboard/dashboards/project/containers
parent0bd4350cb308d57b6afc69daee4a7823055be5a9 (diff)
downloadhorizon-8c711e8f6b80bebe9ad49eb6a718b2aba0e2b11b.tar.gz
Add missing "load url from future" in a container template
The modified template uses new syntax for the URL template tag, but doesn't load the new syntax definition, as required by Django. This leads to errors when trying to render that template. Change-Id: I42ddb39cad62b1be0cad81d4758412a981be461e Closes-bug: #1331271
Diffstat (limited to 'openstack_dashboard/dashboards/project/containers')
-rw-r--r--openstack_dashboard/dashboards/project/containers/templates/containers/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/openstack_dashboard/dashboards/project/containers/templates/containers/index.html b/openstack_dashboard/dashboards/project/containers/templates/containers/index.html
index 4cc826048..b81866235 100644
--- a/openstack_dashboard/dashboards/project/containers/templates/containers/index.html
+++ b/openstack_dashboard/dashboards/project/containers/templates/containers/index.html
@@ -1,5 +1,7 @@
{% extends 'base.html' %}
{% load i18n %}
+{% load url from future %}
+
{% block title %}{% trans "Containers" %}{% endblock %}
{% block page_header %}