mirror of
https://github.com/ae-utbm/sith.git
synced 2026-09-18 02:04:20 +00:00
Compare commits
3
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
95865cfa6e | ||
|
|
b2317c8329 | ||
|
|
de80f1b6f5 |
@@ -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() }}
|
||||||
|
|||||||
Reference in New Issue
Block a user