On supprime un TODO
This commit is contained in:
parent
307c0e59a8
commit
52983d9840
@ -189,7 +189,6 @@ def home(request):
|
||||
return week_view(request)
|
||||
|
||||
def month_view(request, year = None, month = None):
|
||||
# TODO: filter by category, tag
|
||||
now = date.today()
|
||||
if year is None:
|
||||
year = now.year
|
||||
|
Loading…
Reference in New Issue
Block a user