From: Michael Tremer Date: Wed, 17 Oct 2018 13:30:52 +0000 (+0100) Subject: people: Add headline for SIP status X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=882d6fbb12b15917346916740d219da2f87fb068;p=ipfire.org.git people: Add headline for SIP status Signed-off-by: Michael Tremer --- diff --git a/src/templates/people/sip.html b/src/templates/people/sip.html index 7424b995..f9fca69f 100644 --- a/src/templates/people/sip.html +++ b/src/templates/people/sip.html @@ -3,6 +3,8 @@ {% block title %}{{ _("SIP Status of %s") % account }}{% end block %} {% block main %} +

{{ _("SIP Status") }}

+ {% module Channels(account) %} {% module Registrations(account) %}