mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-15 06:19:24 +00:00
No inspiration
This commit is contained in:
@ -73,9 +73,16 @@ class Subscription(models.Model):
|
||||
verbose_name=_("location"),
|
||||
)
|
||||
|
||||
|
||||
|
||||
|
||||
class Meta:
|
||||
ordering = ["subscription_start"]
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
def clean(self):
|
||||
try:
|
||||
for s in (
|
||||
|
Reference in New Issue
Block a user