Skip to content

Commit

Permalink
Comment out login from navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
shiloholotu committed Apr 11, 2024
1 parent afd3a87 commit e293daa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<a class="nav-link" href="/careers">Careers</a>
<a class="nav-link" href="/application">Apply</a>
<a class="nav-link" href="/sources">Sources</a>
<button class="nav-link" onclick="showLoginForm()">Login</button>
<!--<button class="nav-link" onclick="showLoginForm()">Login</button>-->
</div>
</div>

Expand All @@ -30,7 +30,7 @@
<a class="nav-link" href="/careers">Careers</a>
<a class="nav-link" href="/application">Apply</a>
<a class="nav-link" href="/sources">Sources</a>
<button class="nav-link" onclick="showLoginForm()">Login</button>
<!--<button class="nav-link" onclick="showLoginForm()">Login</button>-->
</div>

{% include 'login.html' %}

0 comments on commit e293daa

Please sign in to comment.