adding trailing slashes to post forms
This commit is contained in:
@@ -568,6 +568,8 @@ class PaidPlan(models.Model):
|
||||
choices=paymenttypes,
|
||||
)
|
||||
|
||||
active = models.BooleanField(default=True)
|
||||
|
||||
clubsize = models.IntegerField(default=0)
|
||||
|
||||
def __unicode__(self):
|
||||
|
||||
Reference in New Issue
Block a user