root/tags/rel0_61/templates/spam_detected.tt

Revision 1037, 427 bytes (checked in by kake, 20 months ago)

Added experimental support for local spam detection modules.

Line 
1[% INCLUDE header.tt page_title = "Page Not Saved" %]
2[% INCLUDE banner.tt %]
3
4[% IF !config.content_above_navbar_in_html %]
5  [% INCLUDE navbar.tt %]
6[% END %]
7
8<div id="maincontent">
9  <h1>Not saved</h1>
10
11  <p>Sorry; that looks like spam.  If it <i>isn't</i> spam, please contact
12  the guide administrator.</p>
13</div>
14
15[% IF config.content_above_navbar_in_html %]
16  [% INCLUDE navbar.tt %]
17[% END %]
18
19[% INCLUDE footer.tt %]
Note: See TracBrowser for help on using the browser.