Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add grant ending dates to main page #89

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions config/web.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@
{"fecha": "June", "desc": "Opening for grants applications 🧞"},
{"fecha": "June 23th", "desc": "Closing call for proposals and tutorials ✋"},
{"fecha": "July 31st", "desc": "Announcement of accepted talks and tutorials 🏆"},
{"fecha": "July 31st", "desc": "Closing for the grant proposals"},
{"fecha": "August 15th", "desc": "Closing for the diversity grant proposals."},
{"fecha": "October 6th", "desc": "The show starts! 🐍"},
]
},
Expand Down Expand Up @@ -703,6 +705,8 @@ def lookup_lang_name(lang_code):
{"fecha": "Junio", "desc": "Apertura para la postulación de becas 🧞"},
{"fecha": "23 de Junio", "desc": "Cierre del llamado a ponencias y talleres ✋"},
{"fecha": "31 de Julio", "desc": "Anuncio de ponencias y talleres aceptados 🏆"},
{"fecha": "31 de Julio", "desc": "Cierre solicitud de becas"},
{"fecha": "15 de Agosto", "desc": "Cierre solicitud de becas diversidad"},
{"fecha": "6 de Octubre", "desc": "¡Empieza el espectáculo! 🐍"},
]

Expand Down