From 9e1ae7166c922e0d6d9e9343ca673b6b44a44937 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Tue, 14 Dec 2010 18:29:36 +0000 Subject: for sympa like for python, indentation is important ( and new line too ) --- modules/sympa/templates/config | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'modules') diff --git a/modules/sympa/templates/config b/modules/sympa/templates/config index 05da0e17..49df16b1 100644 --- a/modules/sympa/templates/config +++ b/modules/sympa/templates/config @@ -69,15 +69,16 @@ include_ldap_query scope one <% end %> +<%- if public_archive -%> web_archive + #TODO check + access public +<%- else -%> +web_archive + #TODO check + access private +<%- end -%> -<% if public_archive %> -#TODO check -access public -<% else %> -#TODO check -access private -<% end %> archive access owner period month -- cgit v1.2.1