Skip to content

Commit

Permalink
hotfix for lot.description
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Oct 7, 2024
1 parent 5c65557 commit f01b511
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions auctions/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -2691,8 +2691,8 @@ def post(self, *args, **kwargs):
lot.auction = self.auction
if self.tos.user:
lot.user = self.tos.user
if not lot.description:
lot.description = ""
# if not lot.description:
# lot.description = ""
if not lot.pk:
lot.added_by = self.request.user
if not self.is_admin:
Expand Down

0 comments on commit f01b511

Please sign in to comment.