(fix): Fixed url_for link

This commit is contained in:
Blake Ridgway
2025-02-12 12:59:44 -06:00
parent d47f7ae67e
commit 9bc4d87938
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@
{% endif %}
{% endwith %}
<form action="{{ url_for('send_update') }}" method="POST">
<form action="{{ url_for('send_update_email') }}" method="POST">
<label for="subject">Subject:</label>
<input type="text" name="subject" required>