Remove comment

I assume that only clients are StripeCustomer objects
This commit is contained in:
Modulos 2017-05-08 16:00:42 +02:00
parent 3078536bd7
commit c745a8c402
1 changed files with 0 additions and 1 deletions

View File

@ -499,7 +499,6 @@ class HostingBillListView(LoginRequiredMixin, ListView):
model = StripeCustomer
paginate_by = 10
ordering = '-id'
#TODO show only clients i.e. get_query_set
class HostingBillDetailView(PermissionRequiredMixin, LoginRequiredMixin, DetailView):
template_name = "hosting/bill_detail.html"