fix(access): correct back link within team view

!13
This commit is contained in:
2024-05-29 08:22:34 +09:30
parent b9a2d2ac59
commit 0abcb4628e

View File

@ -29,7 +29,7 @@
<hr />
<input type="button" value="<< Back" onclick="window.location='{% url 'Access:_organization' pk=organization.id %}';">
<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"