view static/tpl/error-unauthorized-edit.html @ 110:827e236aa7c6

Various front-end fixes: - Handle absolute URLs correctly. - Show the state warning only after the page has rendered.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 14 Nov 2013 15:21:48 -0800
parents b03f083c3a29
children
line wrap: on
line source

<article>
    <header>
        <h1>You're not authorized to edit this page</h1>
    </header>
    <section>
        <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>
    </section>
</article>