From 61552fa0a634d9bfd9b1f0858a0ecee78c8aa26a Mon Sep 17 00:00:00 2001 From: x2000habouzit Date: Mon, 24 Oct 2005 08:42:30 +0000 Subject: [PATCH] fix bug... inscriptible does not exists git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@134 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 dd9d29d..d2cf7fb 100644 --- a/templates/xnet/groupe/asso.tpl +++ b/templates/xnet/groupe/asso.tpl @@ -65,7 +65,7 @@ {/if} - {if !$is_member && $logged && $asso.pub eq 'public' && $asso.inscriptible && $xnet_type != 'promotions'} + {if !$is_member && $logged && $asso.pub eq 'public' && $xnet_type != 'promotions'} M'inscrire : -- 2.1.4