We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15a6162 commit afb875eCopy full SHA for afb875e
sponsor/models.py
@@ -67,7 +67,7 @@ def accepted_count(self):
67
return Sponsor.objects.filter(level=self, submitted=True, accepted=True).count()
68
69
def __str__(self):
70
- return self.name
+ return f"({self.year}) {self.name}"
71
72
73
class BenefitByLevel(models.Model):
0 commit comments