From: Michael Tremer Date: Fri, 19 Oct 2018 08:55:18 +0000 (+0100) Subject: people: Move ongoing calls into calls section X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b2d957db4852c59e19209eb41548d5f71bf28978;p=ipfire.org.git people: Move ongoing calls into calls section Signed-off-by: Michael Tremer --- diff --git a/src/templates/people/base.html b/src/templates/people/base.html index 342974a1..4b84dbcd 100644 --- a/src/templates/people/base.html +++ b/src/templates/people/base.html @@ -20,6 +20,10 @@ diff --git a/src/templates/people/calls.html b/src/templates/people/calls.html index 6fc51cf5..9f694f1e 100644 --- a/src/templates/people/calls.html +++ b/src/templates/people/calls.html @@ -5,6 +5,8 @@ {% block main %}

{{ _("Calls") }}

+ {% module Channels(current_user) %} +
- - {% module Channels(current_user) %} {% end block %}