From 343473c59e548d824e8b9a8d25dd37efa0261d30 Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Mon, 13 Apr 2009 01:15:20 +0200 Subject: [PATCH] [UBUNTU] Do not list any sponsors The service is hosted by Canonical which I assume is a given. --- templates/config.tmpl | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/templates/config.tmpl b/templates/config.tmpl index 91731bb..0cc7848 100644 --- a/templates/config.tmpl +++ b/templates/config.tmpl @@ -50,16 +50,16 @@ mail => 'frank@lichtenheld.de', } trademarknotes = g('%s is a trademark of %s', organisation, trademark.url, trademark.name) - sponsors = [ - { - url => 'http://example.invalid/', - name => 'Example Sponsor, Inc.', - }, - { - url => 'http://example2.invalid/', - name => 'Example2 Sponsor, Inc.', - }, - ] +# sponsors = [ +# { +# url => 'http://example.invalid/', +# name => 'Example Sponsor, Inc.', +# }, +# { +# url => 'http://example2.invalid/', +# name => 'Example2 Sponsor, Inc.', +# }, +# ] -%] [%- # possible values for importance: high, normal, low -- 2.39.2