annotate static/tpl/error-unauthorized-edit.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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
37
f710528f24b0 Better API responses for editing a new page:
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
1 <article class="row">
f710528f24b0 Better API responses for editing a new page:
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
2 <div class="page span12">
f710528f24b0 Better API responses for editing a new page:
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
3 <h1>You're not authorized to edit this page</h1>
f710528f24b0 Better API responses for editing a new page:
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
4 <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>
f710528f24b0 Better API responses for editing a new page:
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
5 </div>
f710528f24b0 Better API responses for editing a new page:
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
6 </article>