Merge "Index.html fix for startpanel command"

This commit is contained in:
Jenkins 2014-09-10 01:17:23 +00:00 committed by Gerrit Code Review
commit cdd64c2f61

View File

@ -1,4 +1,4 @@
{% load horizon %}{% jstemplate %}[% extends '{{ dash_name }}/base.html' %]
{% load horizon %}{% jstemplate %}[% extends 'base.html' %]
[% load i18n %]
[% block title %][% trans "{{ panel_name|title }}" %][% endblock %]