diff --git a/app/dashboard/admin.py b/app/dashboard/admin.py index 497a0661309..133db8ea668 100644 --- a/app/dashboard/admin.py +++ b/app/dashboard/admin.py @@ -463,9 +463,9 @@ class HackathonRegistrationAdmin(admin.ModelAdmin): class HackathonProjectAdmin(admin.ModelAdmin): - list_display = ['pk', 'img', 'name', 'bounty', 'hackathon_link', 'grant_obj', 'usernames', 'status', 'sponsor'] - raw_id_fields = ['profiles', 'bounty', 'hackathon'] - search_fields = ['name', 'summary', 'status'] + list_display = ['pk', 'img', 'name', 'bounty', 'hackathon_link', 'usernames', 'status', 'sponsor'] + raw_id_fields = ['profiles', 'bounty', 'hackathon', 'grant_obj'] + search_fields = ['name', 'summary', 'status', 'grant_obj'] def hackathon_link(self, instance): """Returns a formatted HTML node. diff --git a/app/grants/templates/grants/new.html b/app/grants/templates/grants/new.html index f4117f2825c..cb55eabcece 100644 --- a/app/grants/templates/grants/new.html +++ b/app/grants/templates/grants/new.html @@ -167,7 +167,7 @@
Funding Information
- +