Skip to content

Commit

Permalink
refactor(access): Rename Team Button "new user" -> "Assign User"
Browse files Browse the repository at this point in the history
!35 fixes #110
  • Loading branch information
jon-nfc committed Jul 11, 2024
1 parent 65de937 commit 7cfede4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/access/templates/access/team.html.j2
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<input type="button" value="<< Back" onclick="window.location='{% url 'Access:_organization_view' pk=organization.id %}';">
<input type="button" value="Delete Team"
onclick="window.location='{% url 'Access:_team_delete' organization_id=organization.id pk=team.id %}';">
<input type="button" value="New User"
<input type="button" value="Assign User"
onclick="window.location='{% url 'Access:_team_user_add' organization_id=organization.id pk=team.id %}';">
{{ formset.management_form }}

Expand Down

0 comments on commit 7cfede4

Please sign in to comment.