From 5f8d3e30d03528ac2368de9a08a8a0a49f60d469 Mon Sep 17 00:00:00 2001 From: Sunil Mohan Adapa Date: Sun, 14 Aug 2022 11:10:13 -0700 Subject: [PATCH] coturn: Fix link to ejabberd in description Tests: - Clicking on the link in the coturn app description takes us to ejabberd app page. Signed-off-by: Sunil Mohan Adapa Reviewed-by: James Valleroy --- plinth/modules/coturn/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plinth/modules/coturn/__init__.py b/plinth/modules/coturn/__init__.py index 7ccb8afe3..85aa79c34 100644 --- a/plinth/modules/coturn/__init__.py +++ b/plinth/modules/coturn/__init__.py @@ -34,7 +34,8 @@ _description = [ _('It is not meant to be used directly by users. Servers such as ' 'Matrix Synapse or ejabberd' ' need to be configured with the details provided here.'), - ms_url=reverse_lazy('matrixsynapse:index'), e_url=('ejabberd:index')), + ms_url=reverse_lazy('matrixsynapse:index'), + e_url=reverse_lazy('ejabberd:index')), ] app = None