Skip to content

Commit

Permalink
fixup backoffice permission manage table
Browse files Browse the repository at this point in the history
  • Loading branch information
tykling committed Oct 2, 2024
1 parent 9c62362 commit e48961f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backoffice/templates/team_permissions_manage.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h3 class="panel-title">Manage {{ team.name }} Team Permissions</h3>
{% include "includes/permissions_explainer.html" %}
<form method="POST" enctype="multipart/form-data">
{% csrf_token %}
<table class="table">
<table class="table table-striped datatable">
<thead>
<tr>
<th>Username</th>
Expand Down

0 comments on commit e48961f

Please sign in to comment.