Use twisted web tags in literal check results template

This commit is contained in:
Sajith Sasidharan 2020-06-02 16:44:29 -04:00
parent 950d111793
commit ebf23a4f0e

View File

@ -1,4 +1,4 @@
<html xmlns:n="http://nevow.com/ns/nevow/0.1"> <html xmlns:t="http://twistedmatrix.com/ns/twisted.web.template/0.1">
<head> <head>
<title>Tahoe-LAFS - Check Results</title> <title>Tahoe-LAFS - Check Results</title>
<link href="/tahoe.css" rel="stylesheet" type="text/css"/> <link href="/tahoe.css" rel="stylesheet" type="text/css"/>
@ -11,7 +11,7 @@
<div>Literal files are always healthy: their data is contained in the URI</div> <div>Literal files are always healthy: their data is contained in the URI</div>
<div n:render="return" /> <div t:render="return" />
</body> </body>
</html> </html>