From bcd6b79c3e81889ad00398bf9b69394e95eb3828 Mon Sep 17 00:00:00 2001 From: x2003bruneau Date: Fri, 8 Dec 2006 15:47:11 +0000 Subject: [PATCH] Fix subscription link visibility git-svn-id: svn+ssh://murphy/home/svn/platal/branches/platal-0.9.12@1258 839d8a87-29fc-0310-9880-83ba4fa771e5 --- templates/xnet/groupe/asso.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/xnet/groupe/asso.tpl b/templates/xnet/groupe/asso.tpl index 8ff7964..34e5267 100644 --- a/templates/xnet/groupe/asso.tpl +++ b/templates/xnet/groupe/asso.tpl @@ -59,7 +59,7 @@ {/if} - {if !$is_member && $logged && $asso.pub eq 'public' && $xnet_type != 'promotions'} + {if !$is_member && $logged && $asso.inscriptible && $xnet_type != 'promotions'} M'inscrire : -- 2.1.4