Commit d00e5c99 authored by Serge S. Koval's avatar Serge S. Koval

Typo.

parent d5ff0568
...@@ -81,7 +81,7 @@ Now, lets add a view. To do this, you need to derive from `BaseView` class:: ...@@ -81,7 +81,7 @@ Now, lets add a view. To do this, you need to derive from `BaseView` class::
If you will run this example, you will see that menu has two items: Home and Hello. If you will run this example, you will see that menu has two items: Home and Hello.
Now, create `templates` directory and put new index.html file with following content:: Now, create `templates` directory and then create new `index.html` file with following content::
{% extends 'admin/master.html' %} {% extends 'admin/master.html' %}
{% block body %} {% block body %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment