diff --git a/app_gateway/views.py b/app_gateway/views.py index 6bd2725..fe96609 100644 --- a/app_gateway/views.py +++ b/app_gateway/views.py @@ -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 diff --git a/templates/app_gateway/app_gateway_policy_form.html b/templates/app_gateway/app_gateway_policy_form.html new file mode 100644 index 0000000..df995b1 --- /dev/null +++ b/templates/app_gateway/app_gateway_policy_form.html @@ -0,0 +1,40 @@ +{% extends 'base.html' %} +{% load crispy_forms_tags %} + +{% block content %} +