thumbnail and overview
This commit is contained in:
@@ -22,6 +22,8 @@
|
||||
<a href="{% url 'rapids:exam_question_detail' pk=exam.pk sk=forloop.counter0 %}">
|
||||
{% for image in question.get_images %}
|
||||
<img src="{{ image|thumbnail_url:'exam-list' }}" alt="thumbail" />
|
||||
{% empty %}
|
||||
No image added.
|
||||
{% endfor %}
|
||||
</a>
|
||||
</span>
|
||||
|
||||
Reference in New Issue
Block a user