Merge branch 'platal-0.10.0'
[platal.git] / templates / marketing / relance.tpl
index a731904..d3639c4 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2006 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2009 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
 <p>{$l}</p>
 {/foreach}
 
-<form action="{$smarty.server.PHP_SELF}" method="post">
-  <table class="bicol" summary="liste des inscriptions non confirmées">
+<form action="marketing/relance" method="post">
+  {xsrf_token_field}
+  <table class="bicol" summary="liste des inscriptions non confirmées">
     <tr>
       <th>Date</th>
       <th>Promo</th> 
       <th>Nom</th>
-      <th>Dernière relance</th>
+      <th>Dernière relance</th>
       <th>&nbsp;</th>
     </tr>
     {iterate from=$relance item=it}
   </table>
 
   <p>
-  {$relance->total()} Polytechniciens n'ont pas effectué jusqu'au bout leur inscription.
+  {$relance->total()} Polytechniciens n'ont pas effectué jusqu'au bout leur inscription.
   </p>
   <div class="center">
     <input type="submit" name="relancer" value="Relancer" />
   </div>
 </form>
 
-{* vim:set et sw=2 sts=2 sws=2: *}
+{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}