def history(request, pid): 'Display human-readable audit trail information.' return history_view(request, pid, type=DiskImage, template_name='file/history.html')
def history(request, pid): 'Display human-readable audit trail information.' return history_view(request, pid, type=ArrangementObject, template_name='arrangement/history.html')
def history(request, pid): 'Display human-readable audit trail information.' return history_view(request, pid, type=Video, template_name='video/history.html')
def history(request, pid): return history_view(request, pid, type=AudioObject, template_name='audio/history.html')
def history(request, pid): return history_view(request, pid, type=CollectionObject, template_name='collection/history.html')