From 882d6fbb12b15917346916740d219da2f87fb068 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 17 Oct 2018 14:30:52 +0100 Subject: [PATCH] people: Add headline for SIP status Signed-off-by: Michael Tremer --- src/templates/people/sip.html | 2 ++ 1 file changed, 2 insertions(+) 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) %} -- 2.47.3