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"> <div class="accordion-content">
{% endif %} {% endif %}
<form <form
class="accordion-content" hx-post="{{ action }}"
action="{{ url('pedagogy:ue_detail', ue_id=object.id) }}" hx-target="closest .leave-comment"
method="post" hx-swap="outerHTML"
enctype="multipart/form-data" hx-disabled-elt="find input[type='submit']"
> >
{% csrf_token %} {% csrf_token %}
{{ form.non_field_errors() }} {{ form.non_field_errors() }}