]> git.sesse.net Git - ccbs/blobdiff - html/templates/tournaments.tmpl
Added a link to "start tournament" in the tournament listing.
[ccbs] / html / templates / tournaments.tmpl
index f0a59066968c6e9031a6bc9fec10705602eaa811..d21b37936e2dd614c3aa06b1810b4f6a536b888c 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>)
+       (<a href="start-tournament.pl?id=[% t.tournament %]">begynn</a>)
+      </li>
 [% END %]
     </ul>
   </div>