first 4 steps of launch

This commit is contained in:
2025-06-14 18:18:43 +02:00
parent 68940e87f9
commit 6b87fd6fc1
5 changed files with 905 additions and 146 deletions

View File

@@ -1,6 +1,6 @@
{% macro smtp_settings_tab(smtp_settings, csrf_token) %}
<div class="container-fluid">
<form id="smtpSettingsForm" method="POST" action="{{ url_for('settings.save_smtp_settings') }}">
<form id="smtpSettingsForm" method="POST" action="{{ url_for('main.update_smtp_settings') }}">
<input type="hidden" name="csrf_token" value="{{ csrf_token }}">
<!-- SMTP Server Settings -->