mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-09-19 04:59:01 +00:00
mldonkey: show 'Learn more...' link in package page when installed
Reviewed-by: Sunil Mohan Adapa <sunil@medhas.org>
This commit is contained in:
parent
17c2a0322e
commit
7f04088ddd
@ -29,6 +29,8 @@ urlpatterns = [
|
|||||||
ServiceView.as_view(service_id=mldonkey.managed_services[0],
|
ServiceView.as_view(service_id=mldonkey.managed_services[0],
|
||||||
diagnostics_module_name='mldonkey',
|
diagnostics_module_name='mldonkey',
|
||||||
description=mldonkey.description,
|
description=mldonkey.description,
|
||||||
clients=mldonkey.clients, show_status_block=True),
|
clients=mldonkey.clients,
|
||||||
|
manual_page=mldonkey.manual_page,
|
||||||
|
show_status_block=True),
|
||||||
name='index'),
|
name='index'),
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user