gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[www_shared] 15/19: site.py: expose conf directly to jinja2.


From: gnunet
Subject: [www_shared] 15/19: site.py: expose conf directly to jinja2.
Date: Sat, 25 Jan 2020 11:29:30 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository www_shared.

commit 8ba672a9a16cbf11aac394b183668cb916d601f4
Author: ng0 <address@hidden>
AuthorDate: Tue Dec 10 00:08:39 2019 +0000

    site.py: expose conf directly to jinja2.
---
 site.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/site.py b/site.py
index d1eaa88..7de9816 100644
--- a/site.py
+++ b/site.py
@@ -141,6 +141,7 @@ class gen_site:
                 content = tmpl.render(lang=locale,
                                       lang_full=conf["langs_full"][locale],
                                       url=url,
+                                      conf=conf,
                                       siteconf=conf["siteconf"],
                                       meetingnotesdata=conf["meetingnotes"],
                                       newsdata=conf["newsposts"],

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]