Add 'tailbone' to global template context, update 'better' template footer

This commit is contained in:
Lance Edgar 2016-10-07 19:33:41 -05:00
parent 459637cddb
commit fca95ae8c0
2 changed files with 3 additions and 1 deletions

View file

@ -128,5 +128,5 @@
<%def name="header_logo()"></%def>
<%def name="footer()">
powered by ${h.link_to("Rattail {}".format(rattail.__version__), 'https://rattailproject.org/', target='_blank')}
powered by ${h.link_to("Rattail {} / Tailbone {}".format(rattail.__version__, tailbone.__version__), 'https://rattailproject.org/', target='_blank')}
</%def>