-
-
Notifications
You must be signed in to change notification settings - Fork 1k
fix #2079 github minutes repo link added #2111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
fix #2079 github minutes repo link added #2111
Conversation
for more information, see https://pre-commit.ci
Hi Could you please anyone have any comment on this PR ? I though I have fixed the issue and is ready for review and merge. |
good job |
Hi, is this PR okay to merge ? If I need to workout anything more to make it ready for merge, let me know. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks mostly good to me. I added a comment about showing the GitHub repo link as a link in the page.
@@ -26,6 +26,7 @@ <h3>About the foundation</h3> | |||
<li><a href="/foundation/conferences/">Organizing a Django conference</a></li> | |||
</ul> | |||
<h3>{% translate "Latest DSF meeting minutes" %}</h3> | |||
<p> {% translate "The minutes from May 2025 onwards are stored in the repo https://github.com/django/dsf-minutes" %} </p> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
<p> {% translate "The minutes from May 2025 onwards are stored in the repo https://github.com/django/dsf-minutes" %} </p> | |
<p> {% translate "The minutes from May 2025 onwards are stored in the repo " %} | |
<a href="https://github.com/django/dsf-minutes">https://github.com/django/dsf-minutes</a> | |
</p> |
I think we should maybe put the github repo inside an anchor tag so it shows up as a link? Thoughts?
@@ -11,11 +11,13 @@ | |||
{% block content %} | |||
<h1>{% translate "Meeting minutes archive" %}</h1> | |||
|
|||
<p>{% translate "Select a year to view meeting minutes:" %}</p> | |||
<p>{% translate "The minutes from May 2025 onwards are stored in the repo https://github.com/django/dsf-minutes" %} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same comment as above.
No description provided.