Commit 4ad44e49 authored by James Esguerra's avatar James Esguerra

Fixed date filter

parent a19e6918
......@@ -30,4 +30,4 @@ def ShowThisWeek(request):
def ShowToday(request):
my_date = datetime.datetime.now()
return render(request, 'today.html')
return render(request, 'today.html', {'my_date': my_date})
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment