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