chiark / gitweb /
avoid choose links that you cannot use
[disorder] / templates / login.html
index 9119a5f8a316c327a6dc0c0b75b4b2b090c4871d..16811f8949e000aa24f1ff53460ba0846fd54515 100644 (file)
@@ -24,7 +24,7 @@ USA
   <title>@label:login.title@</title>
  </head>
  <body>
-@include{@label{menu}@}@
+@include{topbar}@
    <h1 class=title>@label:login.title@</h1>
 
    @if{@ne{@label:error@}{error}@}{
@@ -152,7 +152,7 @@ USA
 
    }@
 
-@include{@label{menu}@end}@
+@include{topbarend}@
  </body>
 </html>
 @@