commit 0429ddc408d4b65132c5846db320c716744fc9d5 parent 589c57732bbaef81f1264164ac679659a4d60882 Author: Youth Employment Program Production <youthemployment22@gmail.com> Date: Tue, 23 Apr 2024 15:31:18 -0600 BUGFIX: fix link to nonexistent route Diffstat:
M | app/meetings/templates/form_meetings.html | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app/meetings/templates/form_meetings.html b/app/meetings/templates/form_meetings.html @@ -4,7 +4,7 @@ {% block content %} <section> - <a href="{{ url_for('meetings.update',meeting_id=meeting['meeting_id']) }}">back to meetings</a> + <a href="{{ url_for('meetings.update_meeting',meeting_id=meeting['meeting_id']) }}">back to meetings</a> <h3>Update {{meeting['timestamp'].date() }} Meeting</h3> <form action="" method="POST" novalidate> {{ form.hidden_tag() }}