Fix wrongly formatted template tag

This commit is contained in:
Sven Slootweg 2012-05-27 13:49:19 +02:00
parent 01a261dd5a
commit 15d8ab11ce

View file

@ -5,7 +5,7 @@
<link rel="stylesheet" href="../style.css">
</head>
<body>
<h1>?title</h1>
<h1>%(title)s</h1>
<a href="%(index)s" class="back">&lt;&lt; back to index</a>
<div class="main">
<h2>%(subject)s</h2>