Othernet-Project / bottle-utils

Miscellaneous utiltiies for Bottle, Python web framework
http://bottle-utils.readthedocs.org/en/latest/
Other
26 stars 5 forks source link

Fix a typo #12

Closed darth30joker closed 8 years ago

darth30joker commented 8 years ago

According to return dict(token=request.csrf_token), the function we should use in template is token not csrf_token