
18 Sep
2019
18 Sep
'19
9:38 a.m.
commit 075fab63ded10d4e44321a0befc093787812fb78 Author: hiro <hiro@torproject.org> Date: Wed Sep 4 14:46:36 2019 +0200 Update xml stream --- templates/outreach.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/outreach.html b/templates/outreach.html index e35f896..a640059 100644 --- a/templates/outreach.html +++ b/templates/outreach.html @@ -35,7 +35,7 @@ <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 }} + {{ render_stream("https://blog.torproject.org/events.xml")|safe }} </div> </div> </div>