demo of drag/drop and JS to capture the new order
This commit is contained in:
@@ -2425,7 +2425,7 @@ class PlannedSessionStep(models.Model):
|
||||
intensity = models.TextField(default='',max_length=200, blank=True, null=True,
|
||||
choices=intensitytypes)
|
||||
notes = models.TextField(default='',max_length=200, blank=True, null=True)
|
||||
color = models.TextField(default='gray',max_length=200)
|
||||
color = models.TextField(default='#ddd',max_length=200)
|
||||
|
||||
|
||||
class PlannedSession(models.Model):
|
||||
|
||||
Reference in New Issue
Block a user