add app_gateway_policy_form template

This commit is contained in:
Eduardo Silva
2026-03-13 12:49:57 -03:00
parent 988d571302
commit 9e9dc6b4bd
2 changed files with 41 additions and 1 deletions

View File

@@ -195,7 +195,7 @@ def view_manage_access_policy(request):
'title': title,
'page_title': title,
}
return render(request, 'generic_form.html', context)
return render(request, 'app_gateway/app_gateway_policy_form.html', context)
@login_required