outreachy / website

Code for the Outreachy website, based on Python, Django, and Bootstrap.
https://www.outreachy.org
GNU General Public License v3.0
246 stars 235 forks source link

Incorrect date on the website for Outreachy December internships #541

Closed SaxenaAnushka102 closed 1 year ago

SaxenaAnushka102 commented 1 year ago

Description

The Date for winter internships is mistakenly written as "December 2024 internships", instead of "December 2023 internships" under the "Important dates" section on the Outreachy website, .

Screenshot

Screenshot (194)

To Reproduce

We need to modify "December 2024 internships" to "December 2023 internships".

KartikPatil20 commented 1 year ago

I got it. I can solve this problem if you assign this issue to me.

SaxenaAnushka102 commented 1 year ago

Hi @KartikPatil20! You can try asking the maintainers to assign you because I don't have the access to assign the issue to you.

nitheesh-daram commented 1 year ago

Hi @KartikPatil20 @SaxenaAnushka102 looks likes data is being injected from DB and not hardcoded anywhere.so I think it's need to be corrected in db.

SaxenaAnushka102 commented 1 year ago

Oh okay, if that's the case then you can take it up @nitheesh-daram. Please ask the maintainers to assign the issue to you, all the best!

felixsunyk commented 1 year ago

hi @SaxenaAnushka102 @KartikPatil20 @nitheesh-daram. I can solve the problem