##// END OF EJS Templates
Static files for production fixed...
Static files for production fixed Error handler for debug on, added admin auth function authenticates only admins changed creation of db

File last commit:

r31:2963f289 default
r46:9db77827 default
Show More
footer.tmpl
12 lines | 416 B | application/x-cheetah | CheetahLexer
## -*- coding: utf-8 -*-
<div class="page-footer">
<p>
Mercurial Repository: {repo|escape}
</p>
<ul class="object-tools">
<li><a href="{url}rss-log">RSS</a></li>
<li><a href="{url}atom-log">Atom</a></li>
<li><a href="http://www.selenic.com/mercurial/" title="Mercurial">Powered by Mercurial</a></li>
</ul>
{motd}
</div>