Remove the “help” page.
[Sone.git] / src / main / resources / templates / help.html
diff --git a/src/main/resources/templates/help.html b/src/main/resources/templates/help.html
deleted file mode 100644 (file)
index f4a2f20..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-<%include include/head.html>
-
-       <h1><%= Page.Help.Page.Title|l10n|html></h1>
-
-       <p><%= Page.Help.Text.Introduction|l10n|html></p>
-
-       <h2><%= Page.Help.Topic.Blocking.Title|l10n|html></h2>
-
-       <p><%= Page.Help.Topic.Blocking.Text|l10n|html></p>
-
-       <h2><%= Page.Help.Topic.Blacklisting.Title|l10n|html></h2>
-
-       <p><%= Page.Help.Topic.Blacklisting.Text|l10n|html></p>
-
-<%include include/tail.html>