Skip to content

Commit

Permalink
Merge pull request #5511 from fecgov/feature/5510-update-meeting-time
Browse files Browse the repository at this point in the history
Update open meeting time
  • Loading branch information
kathycarothers authored Dec 7, 2022
2 parents 25349ea + b465820 commit 384d288
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion fec/home/templates/home/commission_meetings.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ <h1>{{ self.title }}</h1>
<div class="main__content--right">
<section id="meetings-open-meetings" role="tabpanel" aria-hidden="true" aria-labelledby="open-meetings">
<h2>Open meetings</h2>
<p>Open to the public. The Commission considers new regulations, advisory opinions and other public matters at open meetings, which are typically held at FEC headquarters on Thursdays at 10:00 a.m. Commission meeting agendas are usually published a week before a scheduled meeting.</p>
<p>Open to the public. The Commission considers new regulations, advisory opinions and other public matters at open meetings, which are typically held at FEC headquarters on Thursdays at 10:30 a.m. Commission meeting agendas are usually published a week before a scheduled meeting.</p>
<div class="filters--horizontal">
<form action="" id="openmeetings_form" method="get" class="js-form-nav container">
<div class="filter">
Expand Down
2 changes: 1 addition & 1 deletion fec/home/templates/home/meeting_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ <h1 class="heading__left">{% formatted_title self %}</h1>
</header>

{% if self.meeting_type == 'O' %}
<p>The Commission considers new regulations, advisory opinions and other public matters at open meetings, which are typically held at FEC headquarters on Thursdays at 10:00 a.m.</p>
<p>The Commission considers new regulations, advisory opinions and other public matters at open meetings, which are typically held at FEC headquarters on Thursdays at 10:30 AM</p>
<p>Members of the public can attend any open meeting or hearing in person. Open meetings are also streamed live online. To attend in person, please bring a photo ID and be prepared to go through a security check. After security, attendees are escorted to the Commission's hearing room.</p>
{% elif self.meeting_type == 'E' %}
<p>The Commission meets regularly in executive sessions to discuss pending enforcement actions, litigation and other matters that, by law, must be kept confidential.</p>
Expand Down

0 comments on commit 384d288

Please sign in to comment.