add a prefix text to all submenus
You can easy add a prefix text to all submenu output by overwrite the template:
- goto "
django admin site"
- add a new "template" item (under "Dbtemplates")
- create a template with the name sub_menu/sub_menu.html:
example:
Only the lines 4-7 was added.
The original template is stored here:
pylucid_project/pylucid_plugins/sub_menu/templates/sub_menu/sub_menu.html