-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sidebar basic structure #102
Conversation
@@ -23,6 +23,8 @@ def top_menu(context, parent, calling_page=None): | |||
# programs = Program.objects.in_menu().order_by("title").exclude(location=True) | |||
programs = [] | |||
location_programs = [] | |||
print parent |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like you left in a couple print statement, I would go ahead and take these out.
…ture-update Sidebar basic structure update
Hey @kjacks before we merge this into the master branch, I'd like for us to fix some of the markup issues that I ran into last night. We haven't gotten to populating the side bar via database query but this is more about space being left on pages for a sidebar where there shouldn't be - i.e. the home page or org wide pages. I'll shoot you an email about this! |
No description provided.