Skip to content

indentation not working #12

@D1mon

Description

@D1mon
{% extends "base.html" %} {% load static %} {% load cache %} {% block content %} {% cache 500 product_list %}                                     
<div class="container">                                                                                                                                
  <ul>                                                                                                                                                 
    {% for product in object_list %}                                                                                                                   
    <li><a href="{% url 'product_detail' product.id %}">{{ product.title }}</a></li>                                                                   
    {% endfor %}                                                                                                                                       
  </ul>                                                                                                                                                
</div>                                                                                                                                                 
{% endcache %} {% endblock %}

all the blocks are lined up in one line, and also it is necessary that the li tag has an indent

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions