From 106d83ea8157c6f14a399716381ddf07ac21a024 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 24 Oct 2016 13:30:11 +0200 Subject: add the possibility to mak a feed as private --- src/web/templates/edit_feed.html | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/web/templates') diff --git a/src/web/templates/edit_feed.html b/src/web/templates/edit_feed.html index ab624f15..128b54fb 100644 --- a/src/web/templates/edit_feed.html +++ b/src/web/templates/edit_feed.html @@ -45,6 +45,16 @@ + +
+ +
+
+ {{ form.private(class_="checkbox", style="margin-left: 0px;") }} +
+
+
+
-- cgit