mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +00:00
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:
parent
41a3148d3a
commit
5f8d3e30d0
@ -34,7 +34,8 @@ _description = [
|
|||||||
_('It is not meant to be used directly by users. Servers such as '
|
_('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 href="{ms_url}">Matrix Synapse</a> or <a href="{e_url}">ejabberd'
|
||||||
'</a> need to be configured with the details provided here.'),
|
'</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
|
app = None
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user