Skip to content

Commit

Permalink
deactivated 'søk undergruppe' knappen
Browse files Browse the repository at this point in the history
  • Loading branch information
Kajrakso committed Mar 8, 2024
1 parent dd0bd1b commit 271d750
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -299,11 +299,11 @@ <h5 class="modal-title" id="exampleModalLongTitle">Ny student?</h5>
</li>

{# Kan aktiveres igjen ved neste undergruppe-valg #}
{% if user.is_authenticated %}
<li class="nav-item mr-1 ">
<a class="nav-link text-light" href="/application/">Søk undergruppe</a>
</li>
{% endif %}
{# if user.is_authenticated #}
<!-- <li class="nav-item mr-1 "> -->
<!-- <a class="nav-link text-light" href="/application/">Søk undergruppe</a> -->
<!-- </li> -->
{# endif #}

</ul>

Expand Down

0 comments on commit 271d750

Please sign in to comment.