Merge "Fixing template compatibility"

This commit is contained in:
Jenkins 2014-09-25 14:36:55 +00:00 committed by Gerrit Code Review
commit fe4edbdfea
2 changed files with 4 additions and 0 deletions

View File

@ -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>

View File

@ -1,4 +1,6 @@
{% load i18n %}
{% load url from future %}
{% if multi_region %}
{% with panel_url=request.horizon.panel.get_absolute_url %}
<ul>