Skip to content

Commit

Permalink
Merge pull request #358 from dlocke/docs-index-view
Browse files Browse the repository at this point in the history
Improvement to example of custom index view
  • Loading branch information
dpgaspar committed Oct 3, 2016
2 parents 518307e + 2f54740 commit a27f58e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/customizing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Define a special and simple view inherit from IndexView, don't define this view


class MyIndexView(IndexView):
index_template = 'index.html'
index_template = 'my_index.html'

3 - Tell F.A.B to use your index view, when initializing AppBuilder::

Expand Down

0 comments on commit a27f58e

Please sign in to comment.