Skip to content
This repository has been archived by the owner on May 18, 2022. It is now read-only.

Commit

Permalink
Fixed a customfilter bugs. Tested locally on Jan 19, 2014
Browse files Browse the repository at this point in the history
  • Loading branch information
orsenthil committed Jan 19, 2014
1 parent 3653bb9 commit 1138aaf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion todoapp.py
Expand Up @@ -12,7 +12,7 @@
from google.appengine.ext.webapp import template

# register custom filters
template.register_template_library('customfilters')
template.register_template_library('utils.customfilters')

class TimezoneInfo(db.Model):
timezoneinfo = db.StringProperty(default='')
Expand Down
1 change: 1 addition & 0 deletions utils/__init__.py
@@ -0,0 +1 @@
# A package
File renamed without changes.

0 comments on commit 1138aaf

Please sign in to comment.