1

As you see in shot-screens the object image is shown in ListVIew. but I don't have access to this image in DetailView with same url.

List View:

  {% for team in teams %}
      <tr>
          <td>{{ forloop.counter }}</td>
          <td><img src="{% thumbnail team.logo 30x30 %}" alt=""> {{ team.name }}</td>
          ....

List View shot screen

Detail View:

 ...
 <h3 class="page-header"><img src="{% thumbnail team.logo 30x30 %}">{{ team.name }}</h3>
 ...

Detail View shot-screen

yacc
  • 2,915
  • 4
  • 19
  • 33
Alireza Navaie
  • 133
  • 3
  • 15

0 Answers0