bootstrap django using collapse within a for loop
问题 I'm iterating through the event_list and want to display info for each entry. But my html only shows the first entry despite whatever entry I click on. i.e If i click on green event it expands the my wedding card-body . I want it to expand separate event details for each separate entry. How do I do that? index.html {% extends 'event/eventAdminBase.html' %} {% load static %} {% block content %} {% if event_list %} {% for events in event_list %} <div id="accordion"> <div class="card"> <div