mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-26 12:46:08 +00:00
matrixsynapse: Fix front page icon name
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
136ae1c715
commit
f550c7f68a
@ -95,8 +95,8 @@ def setup(helper, old_version=None):
|
|||||||
|
|
||||||
|
|
||||||
def add_shortcut():
|
def add_shortcut():
|
||||||
frontpage.add_shortcut('matrix-synapse', title, details=description,
|
frontpage.add_shortcut('matrixsynapse', title, details=description,
|
||||||
configure_url=reverse_lazy('matrix-synapse:index'),
|
configure_url=reverse_lazy('matrixsynapse:index'),
|
||||||
login_required=True)
|
login_required=True)
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user