annotate static/tpl/error-unauthorized.html @ 60:8250c977bc50

Moved static files to the root directory.
author Ludovic Chabant <ludovic@chabant.com>
date Tue, 05 Feb 2013 14:49:34 -0800
parents wikked/static/tpl/error-unauthorized.html@986d82afdbb8
children b03f083c3a29
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
33
986d82afdbb8 Added some error pages.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
1 <article class="row">
986d82afdbb8 Added some error pages.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
2 <div class="page span12">
986d82afdbb8 Added some error pages.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
3 <h1>You're not authorized for this</h1>
986d82afdbb8 Added some error pages.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
4 <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>
986d82afdbb8 Added some error pages.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
5 </div>
986d82afdbb8 Added some error pages.
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
6 </article>