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
Copy file name to clipboardExpand all lines: intranet/templates/eighth/activity.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@
78
78
{% endif %}
79
79
{% endif %}
80
80
81
-
{% if request.user.sponsor_obj and request.user.sponsor_obj in scheduled_activity.activity.sponsors.all or request.user in activity.club_sponsors.all %}
81
+
{% if request.user.sponsor_obj and request.user.sponsor_obj in activity.sponsors.all or request.user in activity.club_sponsors.all %}
{% if request.user.sponsor_obj and request.user.sponsor_obj in scheduled_activity.activity.sponsors.all or request.user in activity.club_sponsors.all %}
500
+
{% if request.user.sponsor_obj and request.user.sponsor_obj in scheduled_activity.activity.sponsors.all or request.user in scheduled_activity.activity.club_sponsors.all %}
0 commit comments