view static/tpl/error-unauthorized.html @ 80:91c5ea6e9027

Removed commented code.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 27 Feb 2013 22:13:42 -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>