Skip to content

Commit

Permalink
fixup! Link to admin panel instead of deleted dash-page
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikhorluck committed Mar 16, 2024
1 parent 7feb59e commit 95f9636
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 115 deletions.
2 changes: 1 addition & 1 deletion templates/approval/dashboard/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ <h4>Ubehandlede søknader</h4>
{% for app in membership_applications %}
<div class="row application">
<div class="col-md-3 cell">
<div class="visible-xs visible-sm">1. </div><a href="{% url 'admin:onlineuser_change' app.applicant.id %}" target="_blank">{{ app.applicant.get_full_name }}</a>
<div class="visible-xs visible-sm">1. </div><a href="{% url 'admin:authentication_onlineuser_change' app.applicant.id %}" target="_blank">{{ app.applicant.get_full_name }}</a>
</div>
<div class="col-md-2 cell">
<div class="visible-xs visible-sm">2. </div>
Expand Down
114 changes: 0 additions & 114 deletions templates/auth/dashboard/user_list.html

This file was deleted.

0 comments on commit 95f9636

Please sign in to comment.