Adds a missing xsrf token in lists moderator removal.
authorVincent Zanotti <vincent.zanotti@polytechnique.org>
Sun, 10 Aug 2008 22:54:31 +0000 (00:54 +0200)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Mon, 1 Sep 2008 19:28:19 +0000 (21:28 +0200)
Signed-off-by: Vincent Zanotti <vincent.zanotti@polytechnique.org>
templates/lists/admin.tpl

index 9500d24..600d82a 100644 (file)
@@ -120,7 +120,7 @@ emails de marketing. Une fois inscrits à Polytechnique.org, l'inscription à la
         {else}
         {$x.l}
         {/if}
-        <a href='{$platal->pl_self(1)}?del_owner={$x.l}'>{icon name=cross title='retirer modérateur'}</a>
+        <a href='{$platal->pl_self(1)}?del_owner={$x.l}&amp;token={xsrf_token}'>{icon name=cross title='retirer modérateur'}</a>
         <br />
         {/foreach}
       </td>