Skip to content

Commit

Permalink
feat: important dates page: autoid-n to IETFn (#8175)
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Sparks <[email protected]>
  • Loading branch information
holloway and rjsparks authored Nov 15, 2024
1 parent c89646e commit 8bc51e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ietf/templates/meeting/important-dates.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h1>Important Dates</h1>
</a>
{% for meeting in meetings %}
{% if meeting.show_important_dates %}
<h2 class="mt-5">
<h2 class="mt-5" id="IETF{{ meeting.number }}">
IETF {{ meeting.number }}
<br>
<small class="text-body-secondary">{{ meeting.date }}, {{ meeting.city }}, {{ meeting.country }}</small>
Expand Down

0 comments on commit 8bc51e3

Please sign in to comment.