cleanup in sponsors/

This commit is contained in:
Stephan Telling 2018-03-04 15:39:22 +01:00
parent 488767b4f0
commit 8026dba14f
2 changed files with 1 additions and 2 deletions

View File

@ -1,5 +1,3 @@
from django.apps import AppConfig

View File

@ -43,6 +43,7 @@ class Sponsor(CampRelatedModel):
def camp(self):
return self.tier.camp
class SponsorTier(CampRelatedModel):
name = models.CharField(
max_length=25,