Skip to content

Commit

Permalink
Hide login and register buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
brunosabenca committed Aug 29, 2024
1 parent 202ef44 commit 56954da
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/partials/top_nav.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,12 @@
</li>
{{ end }}
{{ else }}
<li class="nav-item">
<a class="btn btn-primary btn-login" href="/auth/password/login">Log in</a>
</li>
<li class="nav-item">
<a class="btn btn-secondary" href="/auth/password/register">Register</a>
</li>
{# <li class="nav-item">#}
{# <a class="btn btn-primary btn-login" href="/auth/password/login">Log in</a>#}
{# </li>#}
{# <li class="nav-item">#}
{# <a class="btn btn-secondary" href="/auth/password/register">Register</a>#}
{# </li>#}
</div>
{{ end }}
</ul>
Expand Down

0 comments on commit 56954da

Please sign in to comment.