Example #1
0
def display_all():
    meetings = Meeting.get_all_meetings()
    return render_template('meetings-by-week.html', meetings=meetings)