Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Promote Loopy for Arlington to main #466

Merged
merged 1 commit into from
Mar 19, 2025
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions freezing/web/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,9 @@
<li>
<a class="dropdown-item" href="/pointless/hashtag/grouprideguru">Group Ride Guru</a>
</li>
<li>
<a class="dropdown-item" href="/pointless/arlington">Loopy for Arlington</a>
</li>
<li>
<a class="dropdown-item" href="/pointless/hashtag/parks">Park Finder</a>
</li>
Expand Down Expand Up @@ -336,9 +339,6 @@
<li>
<a class="dropdown-item" href="/pointless/hashtag/londonbridge">London Bridge Rides</a>
</li>
<li>
<a class="dropdown-item" href="/pointless/arlington">Loopy for Arlington</a>
</li>
<li>
<a class="dropdown-item"
href="https://www.bikearlingtonforum.com/forums/topic/meh-diocrity-pointless-prize-2/">Meh-diocrity</a>
Expand Down
1 change: 1 addition & 0 deletions freezing/web/views/pointless.py
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ def combine(cw, ccw):
fields=board.fields,
title=board.title,
description=board.description,
sponsor=board.sponsor,
url=board.url,
data=formatted,
)
Expand Down
3 changes: 2 additions & 1 deletion leaderboards/arlington-ccw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ title: Counter-Clockwise Loopy for Arlington
description: |
Number of counter-clockwise rides of the Arlington loop (ArLoopCCW1 through ArLoopCCW8).
Part of <a href="../arlington">Loopy for Arlington</a>.
url: https://www.bikearlingtonforum.com/forums/topic/bafs-2020-pointless-prizes-loopy-for-arlington/
url: https://www.bikearlingtonforum.com/forums/topic/pointless-prize-2025-loopy-for-arlington/
sponsor: bentbike33
fields:
- name: athlete_id
visible: false
Expand Down
3 changes: 2 additions & 1 deletion leaderboards/arlington-cw.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ title: Clockwise Loopy for Arlington
description: |
Number of clockwise rides of the Arlington loop (ArLoopCW1 through ArLoopCW8).
Part of <a href="../arlington">Loopy for Arlington</a>.
url: https://www.bikearlingtonforum.com/forums/topic/bafs-2020-pointless-prizes-loopy-for-arlington/
url: https://www.bikearlingtonforum.com/forums/topic/pointless-prize-2025-loopy-for-arlington/
sponsor: bentbike33
fields:
- name: athlete_id
visible: false
Expand Down
3 changes: 2 additions & 1 deletion leaderboards/arlington.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ description: |
Number of rides of the Arlington loop in either direction.
Combines <a href="multisegment/arlington-cw">Clockwise Loopy for Arlington</a>
and <a href="multisegment/arlington-ccw">Counter-Clockwise Loopy for Arlington</a>.
url: https://www.bikearlingtonforum.com/forums/topic/bafs-2020-pointless-prizes-loopy-for-arlington/
url: https://www.bikearlingtonforum.com/forums/topic/pointless-prize-2025-loopy-for-arlington/
sponsor: bentbike33
fields:
- name: athlete_id
visible: false
Expand Down