genereated index.html by using 'startpanel' command inconsistent with tutorial

Bug #1401047 reported by Wim De Clercq
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Dashboard (Horizon)
New
Low
Unassigned

Bug Description

I followed the tutorial 'Building a Dashboard using Horizon' at http://docs.openstack.org/developer/horizon/topics/tutorial.html

At the template section(http://docs.openstack.org/developer/horizon/topics/tutorial.html#the-template) it says the generated index.html file should look like
-----
{% extends 'mydashboard/base.html' %}
....
{% block mydashboard_main %}
...
-----

My generated index.html however looks like
------
{% extends 'base.html' %}
...
{% block mydashboard_main %}
....
-----

Because it extends the wrong base html the "mydashboard_main" block also has no effect, and the user ends up with an empty page after the tutorial.

It looks like the startpanel generation generates the index.html with the wrong base file.

Wim De Clercq (declewi)
description: updated
description: updated
tags: added: documentation
Changed in horizon:
importance: Undecided → Low
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.