forked from expo/troggle
[svn] forgot to add earlier
This commit is contained in:
parent
9c1e978da2
commit
99949d466a
8
expo/templatetags/link.py
Normal file
8
expo/templatetags/link.py
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
from django import template
|
||||||
|
from django.utils.safestring import mark_safe
|
||||||
|
|
||||||
|
register = template.Library()
|
||||||
|
|
||||||
|
@register.filter()
|
||||||
|
def link(value):
|
||||||
|
return mark_safe("<a href=\'%s\'>"%value.get_absolute_url()+unicode(value)+"</a>")
|
Loading…
Reference in New Issue
Block a user