[community/develop] Add events

commit 31f71c8cb895ca3eb877655387fa171c6fc51c9e Author: hiro <hiro@torproject.org> Date: Mon Sep 2 19:18:01 2019 +0200 Add events --- .gitignore | 2 +- templates/outreach.html | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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/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>
participants (1)
-
hiro@torproject.org