feat: added user info form
This commit is contained in:
@@ -9,12 +9,11 @@
|
||||
>
|
||||
{% translate 'Mi cuenta' %}
|
||||
</h2>
|
||||
<div
|
||||
class="mt-4 p-6 border border-gray-100 rounded-md dark:border-gray-600"
|
||||
hx-get="{% url 'web:user_info_component' %}" hx-trigger="load"
|
||||
>
|
||||
|
||||
<div class="flex space-x-4">
|
||||
<div>
|
||||
<h2 class="flex items-center text-lg font-bold leading-none text-gray-900 dark:text-white sm:text-xl">
|
||||
{{ user.first_name }} {{ user.last_name }}</h2>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="mt-4 p-6 border border-gray-100 rounded-md dark:border-gray-600">
|
||||
|
||||
Reference in New Issue
Block a user