Display version number in footer.

pull/7/head
Ferry Boender 9 years ago
parent 69989957d6
commit d804cd4530
  1. 2
      src/scriptform.py

@ -98,7 +98,7 @@ html_header = u'''<html>
'''
html_footer = u'''
<div class="about">Powered by <a href="https://github.com/fboender/scriptform">Scriptform</a></div>
<div class="about">Powered by <a href="https://github.com/fboender/scriptform">Scriptform</a> v%%VERSION%%</div>
</div>
</body>
</html>

Loading…
Cancel
Save