Skip to content

Commit d3cf872

Browse files
authored
Updates the elections page to show form information
1 parent d8f3a36 commit d3cf872

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/about/election.md

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

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

110-
{% if nowunix <= nom_open %}
110+
{% if nowunix >= nom_open %}
111111
### Nomination Form
112112

113113
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)