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
{% if request.user.is_authenticated and hackathon.status == 'registration_open' and not request.user.user_type|is_types:authorised_types_on_card and request.user not in hackathon.participants.all %}
62
-
<divclass="enroll-hackathon-card">{% include 'hackathon/includes/enrollpart.html' %}</div>
66
+
<divclass="enroll-hackathon-card">{% include 'hackathon/includes/enroll_card.html' %}</div>
0 commit comments