]> git.sesse.net Git - ccbs/blobdiff - html/templates/tournaments.tmpl
Removed the link to registration, added a link for it under "tournaments" instead.
[ccbs] / html / templates / tournaments.tmpl
index f0a59066968c6e9031a6bc9fec10705602eaa811..eafa0e10b92abf891d2c21567cedebd30aa6864c 100644 (file)
   <div>
     <ul>
 [% END %]
-      <li><a href="show-tournament.pl?id=[% t.tournament %]">[% t.tournamentname %]</a></li>
+      <li>
+        <a href="show-tournament.pl?id=[% t.tournament %]">[% t.tournamentname %]</a>
+       (<a href="registration.pl?id=[% t.tournament %]">registrering</a>)
+      </li>
 [% END %]
     </ul>
   </div>