Skip to content

Commit b35b9a5

Browse files
committed
Add proposal review to milestones and redirects
1 parent 3cae10a commit b35b9a5

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

src/content/pages/faq.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,12 @@ subtitle: Frequently Asked Questions about EuroPython
1414
<li>**21 January 2025:** Speaker Mentorship signup closes</li>
1515
<li>**30 January 2025:** [Call for Reviewers](https://forms.gle/4GTJjwZ1nHBGetM18) & review process begin</li>
1616
<li>**3 February 2025:** Extended Call for Proposals (CfP) closes</li>
17+
<li>**5 February 2025:** Proposal Review process starts</li>
18+
<li>**6 February 2025:** Community Voting starts</li>
1719
</ul>
1820

1921
<ul className="milestone-todo">
2022
<li>**January/February 2025** Financial Aid Programme starts</li>
21-
<li>**January/February 2025** Community Voting and Proposal Review</li>
2223
<li>**February/March 2025** Programme selection process</li>
2324
<li>**March 2025** Ticket sales open!</li>
2425
<li>**March 2025** Visa Information Page opens</li>

src/pages/voting.astro

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<script>
2+
window.location.href = "/programme/voting/";
3+
</script>
4+
<noscript>
5+
<meta http-equiv="refresh" content="0;url=https://ep2025.europython.eu/programme/voting/">
6+
</noscript>

0 commit comments

Comments
 (0)