File diff 6ceb113ab088 → cadd69061f18
conservancy/usethesource/templates/usethesource/edit_comment_form.html
Show inline comments
 
<form class="mb3" hx-target="this" hx-swap="outerHTML" hx-post="{% url 'usethesource:edit_comment' comment_id=comment.id %}" method="post">
 
<form class="mb3" hx-target="this" hx-swap="outerHTML" hx-post="{% url 'usethesource:edit_comment' comment_id=comment.id %}">
 
  {% csrf_token %}
 
  {{ form.message }}
 
  <div class="mt2">