Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
No need to juggle context as it's not modified
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinhowbrook committed Jan 4, 2024
1 parent a3e7b7c commit 308600e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tbx/courses/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,3 @@ def clean(self):

if errors:
raise django_exceptions.ValidationError(errors)

def get_context(self, request):
context = super().get_context(request)
return context

0 comments on commit 308600e

Please sign in to comment.