diff website/issues/html/_generic.404.html @ 5278:8d595c5486c0

Update from current classic template. Change includes page layout. See 1.5.1 -> 1.6.0 upgrade instructions.
author John Rouillard <rouilj@ieee.org>
date Sun, 24 Sep 2017 18:47:14 -0400
parents c2d0d3e9099d
children
line wrap: on
line diff
--- a/website/issues/html/_generic.404.html	Sun Sep 24 18:44:48 2017 -0400
+++ b/website/issues/html/_generic.404.html	Sun Sep 24 18:47:14 2017 -0400
@@ -1,9 +1,14 @@
-<html>
-<head>
-<title>Item Not Found</title>
-</head>
+<!-- dollarId: issue.item,v 1.4 2001/08/03 01:19:43 richard Exp dollar-->
+<tal:block metal:use-macro="templates/page/macros/icing">
+  <title metal:fill-slot="head_title">
+  Item Not Found
+  </title>
+  <tal:block metal:fill-slot="body_title">
+  Item Not Found
+  </tal:block>
 
-<body>
-There is no <span tal:content="context/_classname" /> with id <span tal:content="context/id"/>
-</body>
-</html>
+<td class="content" metal:fill-slot="content">
+    There is no <span tal:content="context/_classname" /> with id
+    <span tal:content="context/id"/>
+</td>
+</tal:block>

Roundup Issue Tracker: http://roundup-tracker.org/