Private
Public Access
1
0

demo of drag/drop and JS to capture the new order

This commit is contained in:
Sander Roosendaal
2022-04-05 12:07:42 +02:00
parent 61884d9a00
commit 5ba43564f8
6 changed files with 153 additions and 2 deletions

View File

@@ -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):