From ef768a02acd53d6ff8b6f613963f31a3e8c60a21 Mon Sep 17 00:00:00 2001 From: bdauvergne Date: Tue, 14 Dec 2010 10:03:55 +0000 Subject: [PATCH] [root] add a (none) caption for the absent protocol binding case git-svn-id: svn://localhost/lasso-conform/trunk@45 2a3a78c3-912c-0410-af21-e1fb2d1df599 --- lcs/root.ptl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lcs/root.ptl b/lcs/root.ptl index 7257b0f..ae4e30b 100644 --- a/lcs/root.ptl +++ b/lcs/root.ptl @@ -162,7 +162,7 @@ class RootDirectory(Directory): form.add(HtmlWidget, '
') form.add(SingleSelectWidget, 'binding', title = _('Protocol Binding for '), - options = [(None, ''), ('post', 'POST'), ('artifact', 'Artifact')]) + options = [(None, '(none)'), ('post', 'POST'), ('artifact', 'Artifact')]) form.add(CheckboxWidget, 'force_authn', value = False, title = _('Force Authentication (ForceAuthn)')) form.add(CheckboxWidget, 'is_passive',