Skip to content

Commit

Permalink
clean from the code
Browse files Browse the repository at this point in the history
  • Loading branch information
madjid-asa committed Mar 6, 2024
1 parent bc4da8f commit 2669db8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lemarche/www/tenders/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,6 @@ def get_queryset(self):
siaes = user.siaes.all()
if siaes:
# we get the first siae by default
self.siae = siaes[0]
qs = Tender.objects.filter_with_siaes(siaes)
else:
qs = Tender.objects.by_user(user).with_siae_stats()
Expand Down Expand Up @@ -324,8 +323,6 @@ def get_context_data(self, **kwargs):
context["title_kind_sourcing_siae"] = TITLE_KIND_SOURCING_SIAE
context["tender_constants"] = tender_constants
context["filter_form"] = self.filter_form
if self.siae:
context["current_siae"] = self.siae
return context


Expand Down

0 comments on commit 2669db8

Please sign in to comment.