]> git.ipfire.org Git - ipfire.org.git/commitdiff
people: Add headline for SIP status
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 17 Oct 2018 13:30:52 +0000 (14:30 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 17 Oct 2018 15:12:45 +0000 (16:12 +0100)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/templates/people/sip.html

index 7424b9953557f86cce67ba286bfc6bc71040cc8f..f9fca69f9b354a3c92f1d7b82e8b2c9d0d575a9f 100644 (file)
@@ -3,6 +3,8 @@
 {% block title %}{{ _("SIP Status of %s") % account }}{% end block %}
 
 {% block main %}
+       <h1>{{ _("SIP Status") }}</h1>
+
        {% module Channels(account) %}
 
        {% module Registrations(account) %}