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 <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2022-08-14 11:10:13 -07:00 committed by James Valleroy
parent 41a3148d3a
commit 5f8d3e30d0
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -34,7 +34,8 @@ _description = [
_('It is not meant to be used directly by users. Servers such as '
'<a href="{ms_url}">Matrix Synapse</a> or <a href="{e_url}">ejabberd'
'</a> 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