mirror of
https://github.com/eduardogsilva/wireguard_webadmin.git
synced 2026-03-15 13:36:18 +00:00
add gatekeeper authentication method form template
This commit is contained in:
@@ -196,7 +196,7 @@ def view_manage_auth_method(request):
|
||||
'page_title': title,
|
||||
'form_description': form_description,
|
||||
}
|
||||
return render(request, 'generic_form.html', context)
|
||||
return render(request, 'gatekeeper/gatekeeper_auth_method_form.html', context)
|
||||
|
||||
|
||||
@login_required
|
||||
|
||||
Reference in New Issue
Block a user