Skip to content

Simplify header text in community pages #1563

Open
@bmispelon

Description

@bmispelon

Currently the header in the community pages looks like this:

Screenshot 2024-06-27 at 14-10-10 Django Community Django

The text "Building the Django Community for 18 years, 11 months. Come join us!" is a bit too detailed, and based on a comment in the code, it seems like it was intended to be shorter:

# Django 3.2 introduces depth kwarg. Set timesince(..., depth=1) then.

Ideally, the text should read "for 18 years", which would be done by using timesince(..., depth=1) as the comment linked above mentions. A test would also be needed (in the aggregator/tests.py file).

This could be a good first-time contribution, anyone should feel free to try and send a PR.

Metadata

Metadata

Assignees

Labels

pythonPull requests that update Python code

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions