Skip to content
This repository has been archived by the owner on Jul 19, 2021. It is now read-only.

Commit

Permalink
Merge remote branch 'upstream/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Hanson committed May 4, 2012
2 parents 1dcdac6 + 42a07e0 commit fe97f2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/GeoNodePy/geonode/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
def index(request):
return render_to_response('index.html', RequestContext(request))

def help(request, page):
return render_to_response(page + '.html', RequestContext(request, {
def help(request):
return render_to_response('help.html', RequestContext(request, {
"GEOSERVER_BASE_URL": settings.GEOSERVER_BASE_URL,
"site" : settings.SITEURL
}))
Expand Down

0 comments on commit fe97f2a

Please sign in to comment.