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 | |
|---|---|---|---|
|
|
45422f288b | ||
|
|
f80248d1a2 | ||
|
|
2a86b845da |
@@ -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() }}
|
||||||
|
|||||||
Reference in New Issue
Block a user