]> git.sesse.net Git - ccbs/blobdiff - html/templates/tournaments.tmpl
Add the "add tournament" link to the tournaments page.
[ccbs] / html / templates / tournaments.tmpl
index d21b37936e2dd614c3aa06b1810b4f6a536b888c..7d0d6bfc5ae11843c509d650351bdff19a76d62e 100644 (file)
@@ -1,4 +1,9 @@
 [%# vim:set filetype=html: %]
+
+  <div>
+    <p><a href="add-tournament.pl">Legg til turnering</a></p>
+  </div>
+  
 [% SET last_season = 0 %]
 [% FOR t = tournaments %]
 
@@ -17,7 +22,6 @@
       <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>