view static/tpl/error-unauthorized.html @ 62:a73a3c0b6d4a

Fixed some bugs with the page state warning. TODO: still another bug to fix where the state info comes in between the path update and the content update.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 06 Feb 2013 17:39:03 -0800
parents 8250c977bc50
children b03f083c3a29
line wrap: on
line source

<article class="row">
    <div class="page span12">
        <h1>You're not authorized for this</h1>
        <p>The page you're trying to access is protected. Please <a href="/#/login">log into an account</a> that has access to it.</p>
    </div>
</article>