Creates a template tag called {% revision %} that returns the current svn version.
- Include the app in your
settings.pyfile - Load the templatetag:
{% load revision %} - Include
{% revision %}in your template file.
- Requires
svnversionto be installed.