]> git.decadent.org.uk Git - maypole.git/blobdiff - templates/factory/frontpage
applied patch for http://rt.cpan.org/NoAuth/Bug.html?id=11236
[maypole.git] / templates / factory / frontpage
index 2677c26afaaf0c07dbb0f15a66e70a2b79df8e02..ac47269519d5a139266e903387f810278326f5bb 100644 (file)
@@ -16,7 +16,7 @@ It shows a list of all tables it is allowed to display.
 <ul>
 [% FOR table = config.display_tables %]
     <li>
-        <a href="[%table%]/list">List by [%table %]</a>
+        <a href="[% base %]/[%table%]/list">List by [%table %]</a>
     </li>      
 [% END %]
 </ul>