Skip to content

Conversation

house-ben
Copy link

@house-ben house-ben commented Sep 12, 2025

Adds next meeting field discussed in #1705

Updates the foundation sidebar to include the next meeting date to add transparency to the community. At the direction of thibaudcolas discussed in the issue.

image

Example with the last meeting having a next_meeting_date

image

Unsure if it would be better to have the next_meeting_date be calculated inside the template.

Comment on lines +31 to +33
{% if next_meeting_date %}
{% translate "The next meeting is scheduled for: " context "Following meetings schedule" %}{{next_meeting_date|date:"DATE_FORMAT"}}
{% endif %}
Copy link
Author

@house-ben house-ben Sep 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unsure if there is a better to do this, so that line 32 isn't as long. While not having a \n between The next meeting is scheduled for: and the date. I know django {% spaceless %} tag would work here, but seems a bit overkill.

@house-ben
Copy link
Author

Thanks for all the feedback! I implemented all the changes.

Copy link
Member

@tim-schilling tim-schilling left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm punting on the line length change. I personally would let it be as is, but I'm not a maintainer of this project. Thanks for making the changes I suggested @house-ben!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants