add login_required to Risk Matrix
This commit is contained in:
parent
f8d3062da6
commit
bfd1c081e9
1 changed files with 1 additions and 0 deletions
|
@ -462,6 +462,7 @@ def update_residual_review(request, risk_id):
|
|||
# ---------------------------------------------------------------------------
|
||||
# Risk Matrix
|
||||
# ---------------------------------------------------------------------------
|
||||
@login_required
|
||||
def risk_matrix(request):
|
||||
"""Show gross/net risk matrix."""
|
||||
risks = Risk.objects.select_related("owner", "residual_risk").all()
|
||||
|
|
Loading…
Add table
Reference in a new issue