🎉 Refactored backend structure: Removed unused files including app_cleaned.py, admin_api.py, admin.py, user.py, and others. Updated settings.local.json to include additional Bash commands. Enhanced admin templates for better navigation and functionality. Improved logging and error handling across various modules.

This commit is contained in:
2025-06-09 19:33:06 +02:00
parent 876b5a64e4
commit c7f9738bbe
115 changed files with 23507 additions and 9958 deletions

View File

@@ -285,7 +285,7 @@
<!-- Login Form -->
<div class="mercedes-card p-8">
<form id="loginForm" method="POST" action="{{ url_for('login') if url_for else '#' }}" class="space-y-6">
<form id="loginForm" method="POST" action="{{ url_for('auth.login') if url_for else '#' }}" class="space-y-6">
<!-- CSRF Token -->
{% if form %}
{{ form.hidden_tag() }}
@@ -382,7 +382,7 @@
</div>
<div class="text-sm">
<a href="{{ url_for('reset_password_request') if url_for and url_for('reset_password_request') else '#' }}"
<a href="{{ url_for('auth.reset_password_request') if url_for and url_for('auth.reset_password_request') else '#' }}"
class="text-mercedes-blue hover:text-blue-700 transition-colors">
Passwort vergessen?
</a>