Skip to content

Commit

Permalink
Merge pull request #17 from mhdask/master
Browse files Browse the repository at this point in the history
Addressing typo in permissions fix
  • Loading branch information
jeffgdotorg authored Apr 10, 2024
2 parents 6c958da + b332f7e commit dd97d2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netbox_floorplan/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class FloorplanListView(generic.ObjectListView):


class FloorplanAddView(PermissionRequiredMixin, View):
permission_required = "netbox_floorplan.add_floorplano"
permission_required = "netbox_floorplan.add_floorplan"

def get(self, request):
if request.GET.get("site"):
Expand Down

0 comments on commit dd97d2f

Please sign in to comment.