feat: mixin for update forms
This commit is contained in:
@@ -10,8 +10,15 @@
|
||||
{% 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"
|
||||
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, updated_user_info"
|
||||
>
|
||||
|
||||
</div>
|
||||
|
||||
<div
|
||||
class="mt-4 p-6 border border-gray-100 rounded-md dark:border-gray-600"
|
||||
hx-get="{% url 'web:change_password_component' %}" hx-trigger="load, changed_password"
|
||||
>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user