comparison wikked/assets/tpl/error-unauthorized-edit.html @ 161:f307d4cdc3fb

Setup Wikked Pypi package: - Moved all assets into `wikked/assets` for proper packaging. - Added `setuptools` stuff.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 10 Jan 2014 23:12:10 -0800
parents static/tpl/error-unauthorized-edit.html@b03f083c3a29
children
comparison
equal deleted inserted replaced
160:3ef7b9dca1f8 161:f307d4cdc3fb
1 <article>
2 <header>
3 <h1>You're not authorized to edit this page</h1>
4 </header>
5 <section>
6 <p>The page you're trying to edit is protected.
7 Please <a href="/#/login">log into an account</a> that has write access to it.</p>
8 </section>
9 </article>