mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2026-05-23 04:46:19 +00:00
add app_gateway_policy_form template
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user