medor.www
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

collaborate_tags.py
text/x-python

Download raw (136 bytes)

from django import template


register = template.Library()


@register.filter('klass')
def klass(ob):
    return ob.__class__.__name__