Skip to content

Commit

Permalink
removes useless method
Browse files Browse the repository at this point in the history
  • Loading branch information
muremwa committed May 1, 2023
1 parent 134bcb7 commit 32ffa77
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions account/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@
class AccountIndex(generic.TemplateView):
template_name = 'account/index.html'

def get_context_data(self, **kwargs):
context = super().get_context_data(**kwargs)
context["no_of_users"] = Profile.objects.all().count()
return context


# #
class #(generic.TemplateView):
Expand Down

0 comments on commit 32ffa77

Please # to comment.