I am getting this issue when I type localhost:8000/admin/.
localhost:8000/admin/
`TemplateSyntaxError: Could not parse the remainder: \':password_change\' from
Template Syntax Error: is due to many reasons one of them is {{ post.date_posted|date: "F d, Y" }} is the space between colon(:) and quote (") if u remove the space then it work like this ..... {{ post.date_posted|date:"F d, Y" }}