fix non declared varible bug
This commit is contained in:
parent
aafe13c7c4
commit
478e97ea72
1 changed files with 1 additions and 0 deletions
|
@ -199,6 +199,7 @@ def home(request, id):
|
|||
|
||||
# visit other's home page
|
||||
else:
|
||||
latest_task = None
|
||||
# no these value on other's home page
|
||||
reports = None
|
||||
unread_announcements = None
|
||||
|
|
Loading…
Add table
Reference in a new issue