diff options
author | Nishanth Amuluru | 2011-01-07 14:57:52 +0530 |
---|---|---|
committer | Nishanth Amuluru | 2011-01-07 14:57:52 +0530 |
commit | 31fce84c23ca5cf2c7a656143bfa851de34a6e64 (patch) | |
tree | 298599b7ac1938a88b6af9a73a431060e8143af3 | |
parent | 49add0fe95115874769c37992d91b1c963191c58 (diff) | |
download | pytask-31fce84c23ca5cf2c7a656143bfa851de34a6e64.tar.gz pytask-31fce84c23ca5cf2c7a656143bfa851de34a6e64.tar.bz2 pytask-31fce84c23ca5cf2c7a656143bfa851de34a6e64.zip |
Added files to create custom templatetags
-rw-r--r-- | profile/templatetags/__init__.py | 0 | ||||
-rw-r--r-- | profile/templatetags/user_tags.py | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/profile/templatetags/__init__.py b/profile/templatetags/__init__.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/profile/templatetags/__init__.py diff --git a/profile/templatetags/user_tags.py b/profile/templatetags/user_tags.py new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/profile/templatetags/user_tags.py |