Skip to content

Commit

Permalink
removed redundant space
Browse files Browse the repository at this point in the history
  • Loading branch information
srivathsan committed May 4, 2024
1 parent ce5bc1e commit 94ab433
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion home/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@ def addLongRebateBill(request):
before_rebate_days = (start_date - date.today()).days
days = (end_date - start_date).days + 1
student = Student.objects.get(email__iexact=request.user.email)

if not is_not_duplicate(student, start_date, end_date):
text = "You have already applied for rebate for these dates"
elif before_rebate_days < 2:
Expand Down

0 comments on commit 94ab433

Please sign in to comment.