Make web of trust comment configurable. (#24)
[Sone.git] / src / main / resources / templates / options.html
index 029837b..5c47764 100644 (file)
@@ -28,6 +28,9 @@
                <p><%= Page.Options.Option.NegativeTrust.Description|l10n|html></p>
                <p><input type="text" name="negative-trust" value="<% negative-trust|html>" /></p>
 
+               <p><%= Page.Options.Option.TrustComment.Description|l10n|html></p>
+               <p><input type="text" name="trust-comment" value="<% trust-comment|html>" /></p>
+
                <h2><%= Page.Options.Section.RescueOptions.Title|l10n|html></h2>
 
                <p><%= Page.Options.Option.SoneRescueMode.Description|l10n|html></p>