Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/scriptform/commit/d804cd4530972e2af3b10f9933acfb8965e7ba6e?style=split&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Display version number in footer.

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

@ -98,7 +98,7 @@ html_header = u'''<html>
''' '''
html_footer = u''' 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> </div>
</body> </body>
</html> </html>

Loading…
Cancel
Save