File diff 6ceb113ab088 → cadd69061f18
conservancy/usethesource/templates/usethesource/comment_form.html
Show inline comments
 
<form hx-target="this" hx-swap="outerHTML" hx-post="{% url 'usethesource:add_comment' slug=candidate.slug %}" method="post">
 
<form hx-target="this" hx-swap="outerHTML" hx-post="{% url 'usethesource:add_comment' slug=candidate.slug %}">
 
  {% csrf_token %}
 
  {{ form.message }}
 
  <div class="mt2">