File diff d3a8b39a7b01 → e6c623a69ca9
pinaxcon/templatetags/lca2017_tags.py
Show inline comments
 
new file 100644
 
from django import template
 
register = template.Library()
 

	
 
@register.assignment_tag()
 
def classname(ob):
 
    return ob.__class__.__name__