Задать вопрос
@RIKOLET

Did you forget to register or load this tag? {% endblock %}?

Invalid block tag on line 6: 'endfor'. Did you forget to register or load this tag?

Request Method: GET

Django Version: 4.0.4
Exception Type: TemplateSyntaxError
Exception Value:

Invalid block tag on line 6 : 'endfor'. Did you forget to register or load this tag?

Exception Location: C:\Python391\lib\site-packages\django\template\base.py, line 568, in invalid_block_tag

<div class="{{ menu_class }}">
    <ul>
        <li><a href="{% url 'home' %}">Home</a></li>
4       {% for item in categories }
5      <li><a href="{{ item.get_absolute_url }}">{{ item.title }}</a></li>
6       {% endfor %}
    </ul>
</div>

Скриншот кода удален модератором.
  • Вопрос задан
  • 1412 просмотров
Подписаться 1 Простой 1 комментарий
Пригласить эксперта
Ваш ответ на вопрос

Войдите, чтобы написать ответ

Похожие вопросы