Skip to content

Commit

Permalink
Removed get_hqadmin_base_context
Browse files Browse the repository at this point in the history
  • Loading branch information
orangejenny committed Dec 11, 2024
1 parent afc487d commit d8754da
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion corehq/apps/hqadmin/views/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,4 @@
from corehq.apps.hqadmin.views.utils import (
BaseAdminSectionView,
default,
get_hqadmin_base_context,
)
6 changes: 0 additions & 6 deletions corehq/apps/hqadmin/views/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ def default(request):
return HttpResponseRedirect(UserListReport.get_url())


def get_hqadmin_base_context(request):
return {
"domain": None,
}


def get_breadcrumbs(current_title, current_urlname):
return {
'current_page': {
Expand Down

0 comments on commit d8754da

Please sign in to comment.