view docs/templates/inc/footer.html @ 451:6cd51ea6dfcf

auth: Rewrite permission system and improve support for it. - More proper ACL model for permissions. - Page-level ACL is only specified locally, not inherited anymore. - Protect more API and UI routes with permission checks. - Improve error handling and error pages.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 07 Jan 2018 11:11:04 -0800
parents de9a88073d41
children
line wrap: on
line source

<footer role="navigation">
    <p>&copy;2014 &mdash; {{ piecrust.branding|safe }}<br/>
    Wizard of Oz illustrations by William Wallace Denslow, restored
    by <a href="https://creativemarket.com/clikchic">Robyn Gough Designs</a></p>
</footer>