|
Revision 829, 384 bytes
(checked in by nick, 2 years ago)
|
|
Support for toggling moderation on and off on nodes
|
| Line | |
|---|
| 1 | [% INCLUDE header.tt page_title = "Incorrect password for page moderation - $site_name" %] |
|---|
| 2 | [% INCLUDE banner.tt %] |
|---|
| 3 | <div id="content"> |
|---|
| 4 | [% INCLUDE navbar.tt %] |
|---|
| 5 | <div id="maincontent"> |
|---|
| 6 | <h1>Incorrect Password</h1> |
|---|
| 7 | <p> |
|---|
| 8 | Sorry, that was not the correct password. Please |
|---|
| 9 | <a href="[% cgi_url %]?id=[% node_param %];[% moderation_url_args %]">try again</a>. |
|---|
| 10 | </p> |
|---|
| 11 | </div> |
|---|
| 12 | [% INCLUDE footer.tt %] |
|---|