Skip to content

Commit 6b1e405

Browse files
committed
Fixes bug in elections page
- Fixes a mistake in capturing the time variable for opening elections
1 parent 351c8d3 commit 6b1e405

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

pages/about/election.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@ election_results: 2024-12-20T00:00:00 +0000
1616
---
1717

1818
{% capture nowunix %}{{'now' | date: '%s'}}{% endcapture %}
19-
{% capture nom_open %}{{nominations_open | date: '%s'}}{% endcapture %}
20-
19+
{% capture nom_open %}{{page.nominations_open | date: '%s'}}{% endcapture %}
2120
{% if nowunix < nom_open %}
2221
**Elections are open! Please see the "Nominations and Candidate Information"
2322
section to apply for or nominate someone for the US-RSE Steering Committee**
@@ -108,7 +107,7 @@ Alternatively, if you know of a member who you think would make a good
108107
candidate, you can submit a nomination for someone else, who will be invited to run.
109108
All US-RSE members in good standing are eligible to be nominated as candidates.
110109

111-
{% if nowunix < nom_open %}
110+
{% if nowunix <= nom_open %}
112111
### Nomination Form
113112

114113
The nomination form can be found [HERE](https://docs.google.com/forms/d/e/1FAIpQLSdymmrCfE3QgKmeOmPUSeaDhEEG2z0adxfmiNGHbO3C6nv1YA/viewform). Please fill this form for self-nomination OR if you are nominating someone else.

0 commit comments

Comments
 (0)