Compare commits

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