treyhunner/django-simple-history

View on GitHub
simple_history/templatetags/simple_history_compat.py

Summary

Maintainability
A
0 mins
Test Coverage
from django import template
from django.template.defaulttags import url

register = template.Library()

register.tag(url)