Compare commits

..
Author SHA1 Message Date
imperosol 45422f288b add translations 2026-09-14 11:51:19 +02:00
imperosol f80248d1a2 style: improve ue comments appearance 2026-09-14 11:51:19 +02:00
imperosol 2a86b845da style: improve ue comment form appearance 2026-09-14 11:51:19 +02:00
@@ -5,10 +5,10 @@
<div class="accordion-content">
{% endif %}
<form
class="accordion-content"
action="{{ url('pedagogy:ue_detail', ue_id=object.id) }}"
method="post"
enctype="multipart/form-data"
hx-post="{{ action }}"
hx-target="closest .leave-comment"
hx-swap="outerHTML"
hx-disabled-elt="find input[type='submit']"
>
{% csrf_token %}
{{ form.non_field_errors() }}