Skip to content

Commit

Permalink
Remove panel for legacy secondary menu
Browse files Browse the repository at this point in the history
  • Loading branch information
rjsparks committed Jan 3, 2020
1 parent 892d5b4 commit 5a5115e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ietf/utils/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ class SecondaryMenu(BaseSetting, ClusterableModel):
)

panels = [
InlinePanel('news_and_blogs_menu_items', label="News and Blogs Menu"),
# InlinePanel('news_and_blogs_menu_items', label="News and Blogs Menu"),
PageChooserPanel('contact_page'),
PageChooserPanel('tools_page'),
InlinePanel('tools_menu_items', label="Tools Menu"),
Expand Down

0 comments on commit 5a5115e

Please sign in to comment.