Fixing template compatibility
New template files missing proper url import. Adding imports. Closes-Bug: #1372334 Change-Id: I053996065ada3977432d3d46eb5e6724cae31e97
This commit is contained in:
parent
9f5156cf16
commit
7a2c528f17
@ -1,4 +1,6 @@
|
||||
{% load i18n %}
|
||||
{% load url from future %}
|
||||
|
||||
{% with dashboard_url=request.horizon.dashboard.get_absolute_url %}
|
||||
<ul>
|
||||
<li class="dropdown-header">{% trans "Projects:" %}</li>
|
||||
|
@ -1,4 +1,6 @@
|
||||
{% load i18n %}
|
||||
{% load url from future %}
|
||||
|
||||
{% if multi_region %}
|
||||
{% with panel_url=request.horizon.panel.get_absolute_url %}
|
||||
<ul>
|
||||
|
Loading…
Reference in New Issue
Block a user