Files @ 3118e4c11c59
Branch filter:

Location: symposion_app/pinaxcon/templatetags/lca2017_tags.py

Christopher Neugebauer
Friday fixes (#36)

* Monkey-patches a version of send_email that allows BCCs into the django accounts signup process. wtf, etc.

* Adds alt-text to site header

* Favicon.
1
2
3
4
5
6
from django import template
register = template.Library()

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