mirror of
https://github.com/ae-utbm/sith.git
synced 2025-07-27 04:09:56 +00:00
This should work now
This commit is contained in:
@@ -73,16 +73,9 @@ 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