Answer the question
In order to leave comments, you need to log in
Why does {% endfor %} give an error?
Site on django 3 and there is a page:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
{% for movie in movie_list %}
{{ movie.title }}
{% endfor %}
</body>
</html>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question