Skip to content

Commit

Permalink
Update training link dropdown target
Browse files Browse the repository at this point in the history
  • Loading branch information
Celeo committed Jan 31, 2025
1 parent abfa0cb commit 9bbfe0d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion vzdv-site/templates/_layout.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
<ul class="dropdown-menu">
<li><a class="dropdown-item" href="/user/discord">Discord</a></li>
<li><a class="dropdown-item" href="/user/training_notes">My Training Notes</a></li>
<li><a class="dropdown-item" href="https://www.picktime.com/vzdv" target="_blank">Schedule Training</a></li>
<li><a class="dropdown-item" href="https://training.zdvartcc.org" target="_blank">Schedule Training</a></li>
<li><a class="dropdown-item" href="/auth/logout">Log out</a></li>
</ul>
</li>
Expand Down
11 changes: 11 additions & 0 deletions vzdv-site/templates/changelog.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@

<hr>

<div class="card shadow mb-3">
<div class="card-body">
<h5 class="card-title">2025-01-31</h5>
<div class="card-text">
<ul>
<li>Update training link to hosted Scheddy</li>
</ul>
</div>
</div>
</div>

<div class="card shadow mb-3">
<div class="card-body">
<h5 class="card-title">2025-01-29</h5>
Expand Down

0 comments on commit 9bbfe0d

Please sign in to comment.