mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-27 10:44:33 +00:00
Fix pylint errors
Update changelog
This commit is contained in:
parent
d328a112cd
commit
9ca42fd271
@ -21,6 +21,7 @@ All notable changes to this project will be documented in this file.
|
|||||||
- repro: Use firewalld provided SIP services.
|
- repro: Use firewalld provided SIP services.
|
||||||
- xmpp: Show more clearly if domain is not set.
|
- xmpp: Show more clearly if domain is not set.
|
||||||
- frontpage: Don't show apps requiring login, unless logged in.
|
- frontpage: Don't show apps requiring login, unless logged in.
|
||||||
|
- ttrss: Show status block.
|
||||||
|
|
||||||
## [0.11.0] - 2016-09-21
|
## [0.11.0] - 2016-09-21
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@ -27,9 +27,9 @@ from plinth.modules import ttrss
|
|||||||
|
|
||||||
urlpatterns = [
|
urlpatterns = [
|
||||||
url(r'^apps/ttrss/$', ServiceView.as_view(
|
url(r'^apps/ttrss/$', ServiceView.as_view(
|
||||||
service_id=ttrss.managed_services[0],
|
service_id=ttrss.managed_services[0],
|
||||||
diagnostics_module_name="ttrss",
|
diagnostics_module_name="ttrss",
|
||||||
description=ttrss.description,
|
description=ttrss.description,
|
||||||
show_status_block=True
|
show_status_block=True
|
||||||
), name='index'),
|
), name='index'),
|
||||||
]
|
]
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user