django / djangoproject.com

Source code to djangoproject.com
https://www.djangoproject.com/
BSD 3-Clause "New" or "Revised" License
1.86k stars 938 forks source link

Incorrect URL on the Django Software Foundation Prizes page #1443

Closed JasonLovesDoggo closed 6 months ago

JasonLovesDoggo commented 7 months ago

If you go to the bottom of https://www.djangoproject.com/foundation/prizes/

to 2022: Paolo Melchiorre

when you click on djangoproject.com It uses a relative URL and brings you to https://www.djangoproject.com/foundation/prizes/djangoproject.com instead of https://www.djangoproject.com

ShivangiKakkar commented 7 months ago

Hi @JasonLovesDoggo, can I take this issue?

CuriousLearner commented 7 months ago

Hi @ShivangiKakkar

Yes, you may take up this task. You can raise a PR once done. The steps to setup this project locally are in the README file here: https://github.com/django/djangoproject.com#install-and-run-locally-from-a-virtual-environment

JasonLovesDoggo commented 7 months ago

Hi @JasonLovesDoggo, can I take this issue?

Of course. I would've done it myself except I couldn't find where that url was located. So I assume it's in a db.

akhilasananth commented 7 months ago

@felixxm

dikshasaraswa commented 7 months ago

Hello Sir !! @JasonLovesDoggo I would like to resolve this issue .

CuriousLearner commented 7 months ago

It might not be something readily available in the codebase :)

But you can still observe the codebase and try to figure out how to go around it (Hint: You might not be able to do this directly)

nvishnya commented 7 months ago

When run locally foundation/ and foundation/prizes/ are not found. image Templates for these pages seem to be missing as well.

CuriousLearner commented 7 months ago

Yes, this isn't a good first issue, so I removed that label before. This can be fixed by @felixxm / @carltongibson

Fareed95 commented 6 months ago

this issue is resolved right ?

felixxm commented 6 months ago

This is a flatpage. I fixed the link and added 2023 winner.

Fareed95 commented 6 months ago

@felixxm very nice..

CuriousLearner commented 6 months ago

Thanks @felixxm :)

& Thanks everyone else for trying to figure out the issue.