Skip to content

Commit

Permalink
Remove references to saldo in OWF
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikhorluck committed Apr 6, 2024
1 parent 933e2d9 commit 866bcb3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 36 deletions.
6 changes: 0 additions & 6 deletions templates/profiles/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ <h2>Min side</h2>
<li class="{% if 'edit' == active_tab %}active{% endif %}">
<a href="{% url 'profiles_active' 'edit' %}" data-section="edit">Rediger profil</a>
</li>
<li class="{% if 'saldo' == active_tab %}active{% endif %}">
<a href="{% url 'profiles_active' 'saldo' %}" data-section="saldo">Saldo</a>
</li>
<li class="{% if 'position' == active_tab %}active{% endif %}">
<a href="{% url 'profiles_active' 'position' %}" data-section="position">Legg til verv</a>
</li>
Expand Down Expand Up @@ -72,9 +69,6 @@ <h2>Min side</h2>
<section id="edit">
{% include "profiles/edit.html" %}
</section>
<section id="saldo">
{% include "profiles/saldo.html" %}
</section>
<section id="position">
{% include "profiles/positions.html" %}
</section>
Expand Down
30 changes: 0 additions & 30 deletions templates/profiles/saldo.html

This file was deleted.

0 comments on commit 866bcb3

Please sign in to comment.