Open
Description
Currently the header in the community pages looks like this:
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:
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.