Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions content/join/index.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Join the club <span class="glyphicon glyphicon-heart" aria-hidden="true"></span>

<%
phase <- c("open", "closing", "closed")[2]
%>
<% if (phase == "open") { %>

phase = "open"

if (phase == "open") {

If you want to **learn to hang glide this academic year (2025/2026)**, here are the dates for our intro events:

Expand Down Expand Up @@ -42,9 +43,8 @@ People on the waitlist has also been informed.
There is usually some turnover early on.
To get in from this waitlist, make sure to attend the ground school
(see [front page]).
--%>

<% } else if (phase == "closed") { %>
--
} else if (phase == "closed") {

## Next chance to join the club is fall 2025, details TBD

Expand All @@ -57,7 +57,7 @@ lesson set was an exception). See also the [About] page.
<small>
<em>Last updated: September 27, 2023</em>
</small>
<% } %>
}



Expand Down