mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2026-09-24 22:36:33 +00:00
Add comment
This commit is contained in:
@@ -368,6 +368,7 @@ def changedetection_app(config=None, datastore_o=None):
|
||||
from changedetectionio import forms
|
||||
form = forms.quickWatchForm(request.form)
|
||||
|
||||
# Extra page <title> (n) unviewed
|
||||
extra_title = ""
|
||||
if datastore.data['unviewed_count'] > 0:
|
||||
extra_title = " ({})".format(str(datastore.data['unviewed_count']))
|
||||
|
||||
Reference in New Issue
Block a user