Browse Source

adding new practice

main
Simon Bowie 4 weeks ago
parent
commit
26b6437a96
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      web/app/practice.py

+ 2
- 1
web/app/practice.py View File

@@ -42,7 +42,8 @@ def get_practices():
not_(or_(
Resource.id==52,
Resource.id==55,
Resource.id==58
Resource.id==58,
Resource.id==183
)))

# finalise the query and add pagination

Loading…
Cancel
Save