🎉 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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user