Skip to content

Commit

Permalink
remove uploads by user, fix #658
Browse files Browse the repository at this point in the history
  • Loading branch information
HaSistrunk committed May 16, 2024
1 parent 320eba1 commit 2b47cc7
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions bag_transfer/templates/transfers/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,17 +120,6 @@ <h2 class="box-title">Record types transferred</h2>
{% endif %}
</div>
</div>

<div class="box box-primary">
<div class="box-header with-border">
<h2 class="box-title">Uploads by User</h2>
</div>
<div class="box-body">
{% for user in org.users %}
<p>{{user.username}} <span class="pull-right">{{user.transfers.count}}</span></p>
{% endfor %}
</div>
</div>
</div>

</div>
Expand Down

0 comments on commit 2b47cc7

Please sign in to comment.