Skip to content

Commit

Permalink
align to GeoNode 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
giohappy committed May 18, 2023
1 parent c5c35d7 commit 283eb51
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion rndt/layers/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ def layer_metadata(
request,
layername,
template="datasets/dataset_metadata.html",
panel_template="layouts/panels.html",
custom_metadata=None,
ajax=True,
*args,
**kwargs,
Expand Down Expand Up @@ -92,4 +94,4 @@ def layer_metadata(
# reset the request as immutable
request.POST._mutable = False

return geonode_layer_view(request, layername, template, ajax, *args, **kwargs)
return geonode_layer_view(request, layername, template, panel_template, custom_metadata, ajax, *args, **kwargs)

0 comments on commit 283eb51

Please sign in to comment.