You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<ahref="{% url 'hackathon:delete_event' hackathon.id event.id %}" class="btn btn-danger btn-sm" onclick="return confirm('Are you sure you want to delete this event?');">Delete</a>
20
+
</div>
21
+
</li>
22
+
{% endfor %}
23
+
</ul>
24
+
</div>
25
+
</div>
26
+
{% else %}
27
+
<p>No events found. <ahref="{% url 'hackathon:change_event' hackathon.id %}">Add an event</a></p>
0 commit comments