Skip to content

Commit

Permalink
Fixed issue reporting link in 404 template
Browse files Browse the repository at this point in the history
This change directs users to report website issues on GitHub rather than
on Trac. Trac is for issues about the Django web framework, not the
Django website.
  • Loading branch information
adamzap committed Feb 7, 2025
1 parent 9a43da9 commit a51cd85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion djangoproject/templates/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h2>{% translate "Page not found" %}</h2>
<p>
{% blocktranslate trimmed %}
Looks like you followed a bad link. If you think it's our fault, please
<a href="https://code.djangoproject.com/">let us know</a>.
<a href="https://github.com/django/djangoproject.com/issues/">let us know</a>.
{% endblocktranslate %}</p>

{% url 'homepage' as homepage_url %}
Expand Down

0 comments on commit a51cd85

Please sign in to comment.