Tagged Questions

1
vote
1answer
65 views

What are good methods for debugging a silently broken template tag?

I have a template that calls the markdown template tag from the django.contrib.markup library. On my local system it works fine, but on the server, for some reason, the content|markdown call returns ...