Skip to content

Commit

Permalink
add card desc for grow eth hackathon (#4914)
Browse files Browse the repository at this point in the history
  • Loading branch information
danlipert authored and thelostone-mc committed Jul 31, 2019
1 parent 97e4662 commit 6ce75a1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/dashboard/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -2826,6 +2826,9 @@ def hackathon(request, hackathon=''):
'sponsors_silver': sponsors_silver
}

if hackathon_event.identifier == 'grow-ethereum-2019':
params['card_desc'] = "The ‘Grow Ethereum’ Hackathon runs from Jul 29, 2019 - Aug 15, 2019 and features over $10,000 in bounties"

elif hackathon_event.identifier == 'beyondblockchain_2019':
from dashboard.context.hackathon_explorer import beyondblockchain_2019
params['sponsors'] = beyondblockchain_2019
Expand Down

0 comments on commit 6ce75a1

Please sign in to comment.