Skip to content

Commit

Permalink
- Fix the way how to Style Manage page fetches the styles: read them…
Browse files Browse the repository at this point in the history
… from GeoNode and align with the GeoServer instance
  • Loading branch information
afabiani committed Nov 28, 2018
1 parent b9e8393 commit c414b55
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions geonode/geoserver/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,6 @@ def layer_style_manage(request, layername):
except BaseException:
tb = traceback.format_exc()
logger.debug(tb)
else:


default_style = (def_sld_name, def_sld_title)
return render(
Expand Down

0 comments on commit c414b55

Please sign in to comment.