File tree Expand file tree Collapse file tree 4 files changed +20
-0
lines changed
djangoproject/templates/foundation Expand file tree Collapse file tree 4 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 11
11
{% block content %}
12
12
< h1 > {% translate "Meeting minutes archive" %}</ h1 >
13
13
14
+ < div class ="alert alert-info ">
15
+ < strong > Note:</ strong > DSF board meeting minutes from May 2025 onwards are stored in our public GitHub repository:
16
+ < a href ="https://github.com/django/dsf-minutes " target ="_blank " rel ="noopener "> https://github.com/django/dsf-minutes</ a >
17
+ </ div >
18
+
14
19
< p > {% translate "Select a year to view meeting minutes:" %}</ p >
15
20
<
8000
tr class="diff-line-row">16
21
< ul >
Original file line number Diff line number Diff line change 7
7
{% block content %}
8
8
< h1 > {% blocktranslate with month=month|date:"F, Y" %}Meeting minutes archive: {{ month }}{% endblocktranslate %}</ h1 >
9
9
10
+ < div class ="alert alert-info ">
11
+ < strong > Note:</ strong > DSF board meeting minutes from May 2025 onwards are stored in our public GitHub repository:
12
+ < a href ="https://github.com/django/dsf-minutes " target ="_blank " rel ="noopener "> https://github.com/django/dsf-minutes</ a >
13
+ </ div >
14
+
10
15
< ul >
11
16
{% for meeting in object_list %}
12
17
< li > < a href ="{{ meeting.get_absolute_url }} "> {{ meeting }}</ a > </ li >
Original file line number Diff line number Diff line change 7
7
{% block content %}
8
8
< h1 > {% blocktranslate with year=year|date:"Y" %}Meeting minutes archive: {{ year }}{% endblocktranslate %}</ h1 >
9
9
10
+ < div class ="alert alert-info ">
11
+ < strong > Note:</ strong > DSF board meeting minutes from May 2025 onwards are stored in our public GitHub repository:
12
+ < a href ="https://github.com/django/dsf-minutes " target ="_blank " rel ="noopener "> https://github.com/django/dsf-minutes</ a >
13
+ </ div >
14
+
10
15
< ul >
11
16
{% for meeting in object_list %}
12
17
< li > < a href ="{{ meeting.get_absolute_url }} "> {{ meeting }}</ a > </ li >
Original file line number Diff line number Diff line change 9
9
10
10
< h1 > {{ meeting }}</ h1 >
11
11
12
+ < div class ="alert alert-info ">
13
+ < strong > Note:</ strong > DSF board meeting minutes from May 2025 onwards are stored in our public GitHub repository:
14
+ < a href ="https://github.com/django/dsf-minutes " target ="_blank " rel ="noopener "> https://github.com/django/dsf-minutes</ a >
15
+ </ div >
16
+
12
17
< p >
13
18
{% blocktranslate trimmed with name=meeting.leader.account.get_full_name %}
14
19
The meeting was led by {{ name }}.
You can’t perform that action at this time.
0 commit comments