Skip to content
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiphoseer committed Aug 18, 2017
1 parent 530d65d commit 0c5a469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyBuchaktion/cms_menus.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class PyBuchaktionMenu(CMSAttachMenu):
def get_nodes(self, request):

#n1 = NavigationNode(_('Buchaktion'), reverse('pyBuchaktion:index'), 1)
nodes += [
nodes = [
NavigationNode(_('Books'), reverse('pyBuchaktion:books'), 5001),
NavigationNode(_('All Books'), reverse('pyBuchaktion:books_all'), 5002, 5001),
NavigationNode(_('Modules'), reverse('pyBuchaktion:modules'), 5004),
Expand Down

0 comments on commit 0c5a469

Please sign in to comment.