cleanup in sponsors/
This commit is contained in:
parent
488767b4f0
commit
8026dba14f
|
@ -1,5 +1,3 @@
|
|||
|
||||
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
|
|
|
@ -43,6 +43,7 @@ class Sponsor(CampRelatedModel):
|
|||
def camp(self):
|
||||
return self.tier.camp
|
||||
|
||||
|
||||
class SponsorTier(CampRelatedModel):
|
||||
name = models.CharField(
|
||||
max_length=25,
|
||||
|
|
Loading…
Reference in a new issue