annotate static/tpl/error-unauthorized-edit.html @ 95:ddd9f7efe80c

Fixed a bug where meta values would be duplicated during resolve.
author Ludovic Chabant <ludovic@chabant.com>
date Wed, 17 Apr 2013 20:49:30 -0700
parents b03f083c3a29
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
89
b03f083c3a29 Lots of HTML/JS/Less changes:
Ludovic Chabant <ludovic@chabant.com>
parents: 60
diff changeset
1 <article>
b03f083c3a29 Lots of HTML/JS/Less changes:
Ludovic Chabant <ludovic@chabant.com>
parents: 60
diff changeset
2 <header>
37
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>
89
b03f083c3a29 Lots of HTML/JS/Less changes:
Ludovic Chabant <ludovic@chabant.com>
parents: 60
diff changeset
4 </header>
b03f083c3a29 Lots of HTML/JS/Less changes:
Ludovic Chabant <ludovic@chabant.com>
parents: 60
diff changeset
5 <section>
b03f083c3a29 Lots of HTML/JS/Less changes:
Ludovic Chabant <ludovic@chabant.com>
parents: 60
diff changeset
6 <p>The page you're trying to edit is protected.
b03f083c3a29 Lots of HTML/JS/Less changes:
Ludovic Chabant <ludovic@chabant.com>
parents: 60
diff changeset
7 Please <a href="/#/login">log into an account</a> that has write access to it.</p>
b03f083c3a29 Lots of HTML/JS/Less changes:
Ludovic Chabant <ludovic@chabant.com>
parents: 60
diff changeset
8 </section>
37
f710528f24b0 Better API responses for editing a new page:
Ludovic Chabant <ludovic@chabant.com>
parents:
diff changeset
9 </article>