Use outside packages.
[prawokultury.git] / prawokultury / templatetags / common_tags.py
diff --git a/prawokultury/templatetags/common_tags.py b/prawokultury/templatetags/common_tags.py
deleted file mode 100755 (executable)
index ccaf03b..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-from django import template
-register = template.Library()
-
-
-@register.filter
-def build_absolute_uri(uri, request):
-    return request.build_absolute_uri(uri)