Skip to content

Commit 9c6cd18

Browse files
committed
Fixing slide order
- Legacy-Id: 4745
1 parent 56b86dd commit 9c6cd18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ietf/meeting/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def minutes(self):
177177

178178
def slides(self):
179179
try:
180-
return self.materials.filter(type="slides",states__type="slides",states__slug="active")
180+
return self.materials.filter(type="slides",states__type="slides",states__slug="active").order_by("order")
181181
except Exception:
182182
return []
183183

0 commit comments

Comments
 (0)