Skip to content

Commit

Permalink
Merge branch 'development' into 1306-Multiple-Offering-Duplicate-Entries
Browse files Browse the repository at this point in the history
  • Loading branch information
bledsoef authored Sep 18, 2024
2 parents fe8972c + 50256ef commit 6e299b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/controllers/main/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def events(selectedTerm, activeTab, programID):
"toggleStatus": toggleState
})

return render_template("/events/event_list.html",
return render_template("/events/eventList.html",
selectedTerm = term,
studentLedEvents = studentLedEvents,
trainingEvents = trainingEvents,
Expand Down

0 comments on commit 6e299b5

Please sign in to comment.