Mercurial > wikked
view static/tpl/error-unauthorized-edit.html @ 84:ca57fef14d04
Formatter/resolver changes:
- Formatting is done after resolving.
- Resolving includes passing text through the template engine.
- Using Jinja2 for templating now.
- Added unit tests.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 03 Apr 2013 23:30:23 -0700 |
parents | 8250c977bc50 |
children | b03f083c3a29 |
line wrap: on
line source
<article class="row"> <div class="page span12"> <h1>You're not authorized to edit this page</h1> <p>The page you're trying to edit is protected. Please <a href="/#/login">log into an account</a> that has write access to it.</p> </div> </article>