Skip to content

Commit

Permalink
Merge pull request #308 from gitnnolabs/dynamic_graph
Browse files Browse the repository at this point in the history
Remove código desnecessário.
  • Loading branch information
gitnnolabs authored Jun 24, 2024
2 parents 9f8ddab + 7281e37 commit 0ba315b
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions indicator/wagtail_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,22 +92,4 @@ class InstitutionAdminGroup(ModelAdminGroup):
IndicatorFileAdmin,
)

def get_submenu_items(self):
menu_items = super().get_submenu_items()
menu_items.append(MenuItem('Generate Indicador', reverse('indicator:generate_indicator'), icon_name='form', order=0))
return menu_items

modeladmin_register(InstitutionAdminGroup)


@hooks.register("register_admin_urls")
def register_indicator_url():
return [
path(
"indicator/indicator/",
include("indicator.urls", namespace="indicator"),
),
]



0 comments on commit 0ba315b

Please sign in to comment.