From 9c5a3039556d66bbd1dfc974dc63765e392ab12f Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 14 Oct 2018 22:07:37 +0100 Subject: [PATCH] talk: Revert accidential change Signed-off-by: Michael Tremer --- src/templates/talk/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/talk/index.html b/src/templates/talk/index.html index adbd2bb5..f692ae6e 100644 --- a/src/templates/talk/index.html +++ b/src/templates/talk/index.html @@ -9,7 +9,7 @@

{{ _("Your Recent Calls") }}

- {% module TalkCDR(current_user, limit=20) %} + {% module TalkCDR(current_user, limit=5) %}
{% end block %} -- 2.47.3