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