Skip to content

Commit

Permalink
Fix access_grant_edit
Browse files Browse the repository at this point in the history
  • Loading branch information
smk4664 committed Sep 25, 2023
1 parent d4c4487 commit ade897a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nautobot_chatops/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class AccessGrantCreateView(PermissionRequiredMixin, ObjectEditView):
model = AccessGrant
queryset = AccessGrant.objects.all()
model_form = forms.AccessGrantForm
template_name = "nautobot/access_grant_edit.html"
template_name = "nautobot_chatops/access_grant_edit.html"
default_return_url = "plugins:nautobot_chatops:accessgrant_list"


Expand Down

0 comments on commit ade897a

Please sign in to comment.