annotate 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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
382
3a61f45702cb docs: Add documentation site.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
1 <footer role="navigation">
399
de9a88073d41 docs: Add credits for the illustrations.
Ludovic Chabant <ludovic@chabant.com>
parents: 382
diff changeset
2 <p>&copy;2014 &mdash; {{ piecrust.branding|safe }}<br/>
de9a88073d41 docs: Add credits for the illustrations.
Ludovic Chabant <ludovic@chabant.com>
parents: 382
diff changeset
3 Wizard of Oz illustrations by William Wallace Denslow, restored
de9a88073d41 docs: Add credits for the illustrations.
Ludovic Chabant <ludovic@chabant.com>
parents: 382
diff changeset
4 by <a href="https://creativemarket.com/clikchic">Robyn Gough Designs</a></p>
382
3a61f45702cb docs: Add documentation site.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
5 </footer>
3a61f45702cb docs: Add documentation site.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
6