dms/dms/templatetags/document_versions.py

6 lines
89 B
Python
Raw Normal View History

from ..models import Version
from django import template
register = template.Library()