diff --git a/app/grants/templates/grants/explorer.html b/app/grants/templates/grants/explorer.html index 93ae3fe82f7..db506702acb 100644 --- a/app/grants/templates/grants/explorer.html +++ b/app/grants/templates/grants/explorer.html @@ -116,110 +116,93 @@ - + - - - - -
- Clear - Apply +
+ + +
- + - - - - -
- Clear - Apply +
+ + +
- + - - - - -
- Clear - Apply +
+ + +
- + - - - - -
- Clear - Apply +
+ + +
- + -
- Show Idle Grants +
+ Show Idle Grants Grants not updated in 3 months
-
+
My Shortcuts - My Contributions + My Contributions Grants I’ve contributed to - My Grants + My Grants Grants I’ve created - Following + Following Grants I’ve followed
- -
- Clear - Apply -
diff --git a/app/grants/views.py b/app/grants/views.py index 04ebe3f3cd5..76898eeb3ee 100644 --- a/app/grants/views.py +++ b/app/grants/views.py @@ -349,7 +349,7 @@ def get_collections( _collections = GrantCollection.objects.filter(hidden=False) - if collection_id: + if collection_id and collection_id.isdigit(): _collections = _collections.filter(pk=int(collection_id)) if not idle_grants: