Skip to content

Commit

Permalink
Minor styling fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
aviupadhyayula committed Jan 16, 2025
1 parent 79e0305 commit a5aa604
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/clubs/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1832,7 +1832,6 @@ class TicketSettings(models.Model):
event = models.OneToOneField(
Event, on_delete=models.CASCADE, related_name="ticket_settings"
)

order_limit = models.IntegerField(null=True, blank=True)
drop_time = models.DateTimeField(null=True, blank=True)
fee_charged_to_buyer = models.BooleanField(default=False)
Expand Down

0 comments on commit a5aa604

Please sign in to comment.