You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
[![version-image]][version-link]
6
6
[![coverage-image]][coverage-link]
7
7
8
-
A productivity tool that enables the generation of full featured menus through python list dictionaries, you only need to setup the HTML structure once for each menu you like to build and then use the dictionaries to generate menu items
8
+
A productivity tool that enables the generation of full featured menus through python dictionaries list, you only need to setup the HTML structure once for each menu you like to build and then use the dictionaries to generate menu items
9
9
10
10
## Features:
11
11
@@ -105,7 +105,7 @@ FOOTER_MENU_RIGHT = [
105
105
]
106
106
```
107
107
108
-
You can build the menu list dictionaries inside the project apps with ``menus.py`` files, see the docs for more.
108
+
You can build the menu dictionaries list inside the project apps with ``menus.py`` files, see the docs for more.
109
109
110
110
Then in your template, load the template tag to generate your menu.
0 commit comments