Remove 'details' link. Change 'Learn more' link to 'Learn more details'#607
Merged
sophm256 merged 5 commits intochicagopython:mainfrom Jan 30, 2026
Merged
Remove 'details' link. Change 'Learn more' link to 'Learn more details'#607sophm256 merged 5 commits intochicagopython:mainfrom
sophm256 merged 5 commits intochicagopython:mainfrom
Conversation
…more details' only when topic is truncated
Contributor
Author
Contributor
|
I'd rather we stick with the phrasing "learn more" or "details" vs. "learn more details", but otherwise, this looks great! Since @JoeJasinski was the last one to work on this page, I tagged him as a reviewer. If he doesn't have any concerns, I'm inclined to approve w/ that change. |
eevelweezel
reviewed
Jan 29, 2026
| <a href="{% url 'meeting' next_meeting.pk %}">Learn more</a> | ||
| {% if topic.description|nh3|wordcount > 90 %} | ||
| {{ topic.description|nh3|truncatewords_html:80|safe }} | ||
| <a href="{% url 'meeting' next_meeting.pk %}">Learn more details</a> |
Contributor
There was a problem hiding this comment.
Let's keep the link text as either "learn more" or "details".
Contributor
Author
|
Thanks for reviewing. Agreed, I prefer a shorter phrasing as well. I've changed it to "Learn more". The change has been made and pushed. |
eevelweezel
approved these changes
Jan 30, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

What the results of the PR looks like.
Fixes issue #576