Skip to content

Commit

Permalink
edit
Browse files Browse the repository at this point in the history
  • Loading branch information
anonymous authored and anandology committed Jan 5, 2011
1 parent ce5eaef commit d91a576
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skeleton/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Here's the skeleton of a typical web.py app (as of 0.2):
l = db.listing(**k)
return render.listing(l)

template.Template.globals.update(dict(
web.template.Template.globals.update(dict(
datestr = web.datestr,
render = render
))
Expand Down

0 comments on commit d91a576

Please sign in to comment.