view static/tpl/error-unauthorized.html @ 149:d29e2f337b00

Updated to Bootstrap 3.0.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 12 Dec 2013 21:54:04 -0800
parents b03f083c3a29
children
line wrap: on
line source

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