Refactor routes Flask en Blueprints
This commit is contained in:
@@ -17,7 +17,7 @@ block content %}
|
||||
</div>
|
||||
{% endif %} {% endwith %}
|
||||
|
||||
<form method="POST" action="{{ url_for('main.index') }}" class="space-y-4">
|
||||
<form method="POST" action="{{ url_for('auth.index') }}" class="space-y-4">
|
||||
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}" />
|
||||
<div>
|
||||
<label for="login" class="block text-sm font-medium text-gray-300 mb-1"
|
||||
|
||||
Reference in New Issue
Block a user