Refactor create user endpoint/template
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
<form class="block p-6 bg-white border border-gray-200 rounded-lg shadow mt-8" hx-post="{{ url_for('users') }}"
|
||||
<form class="block p-6 bg-white border border-gray-200 rounded-lg shadow mt-8" hx-post="{{ url_for('create_user') }}"
|
||||
hx-target="#users-container">
|
||||
|
||||
<div class="grid gap-4 grid-cols-1 md:grid-cols-3">
|
||||
|
||||
Reference in New Issue
Block a user