Changeset 33
- Timestamp:
- 05/07/09 20:08:33 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
plesonet_banners/trunk/templatetags/banners_tags.py
r32 r33 3 3 from django.template import Library 4 4 from apps.lib.threadlocals import get_request 5 6 from scache.tags import cached_inclusion_tag7 from django.db.models import signals8 5 9 6 register = Library()

