From 3ecc7069f16d6cb114e7d362a63c3732c0632b14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Sun, 26 Jul 2015 09:13:02 +0200 Subject: [PATCH] add support for private modules --- index_template.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/index_template.html b/index_template.html index 2889224..567c9bb 100644 --- a/index_template.html +++ b/index_template.html @@ -11,8 +11,10 @@ Entr'ouvert Entr'ouvert Documentation
{% for module in modules|dictsort:"title" %} -
{{ module.title }}
-

{{ module.description }}

+{% if not module.private %} +
{{ module.title }}
+

{{ module.description }}

+{% endif %} {% endfor %}