commit 9f4594d00a12d9d004b76f29bc0e19939da4432b Author: hiro hiro@torproject.org Date: Mon Sep 2 19:18:01 2019 +0200
Add events --- .gitignore | 2 +- lego | 2 +- templates/outreach.html | 3 +++ 3 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/.gitignore b/.gitignore index 41a4e3a..9029559 100644 --- a/.gitignore +++ b/.gitignore @@ -8,7 +8,7 @@ public *.po contents+*.lr
-.cache +.cache
*.egg-info *.pyc diff --git a/lego b/lego index aa31aec..4e07d49 160000 --- a/lego +++ b/lego @@ -1 +1 @@ -Subproject commit aa31aec9ca27d2037e7a3befb6a6e3aa1aed8f17 +Subproject commit 4e07d49bc08514376151c3a7c73dd3ed0b67583d diff --git a/templates/outreach.html b/templates/outreach.html index 18c697a..e35f896 100644 --- a/templates/outreach.html +++ b/templates/outreach.html @@ -34,5 +34,8 @@ </div> <div class="row py-5 text-center mx-auto"> <h2 class="display-4 text-primary text-center mx-auto">{{ _('Upcoming Tor Events') }}</h2> + <div class="col-12"> + {{ render_stream()|safe }} + </div> </div> </div>