This website works better with JavaScript.
Home
Explore
Help
Sign In
WP6
/
expub_compendium
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
adding new practice
main
Simon Bowie
4 weeks ago
parent
247f462a5d
commit
26b6437a96
1 changed files
with
2 additions
and
1 deletions
Split View
Show Diff Stats
+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
Write
Preview
Loading…
Cancel
Save