Allow any logged in user to leave a comment
This commit is contained in:
parent
0921448ce0
commit
80b6374f4b
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@
|
|||
{% endif %}
|
||||
</div>
|
||||
{% endrecursetree %}
|
||||
{% if can_edit_event %}
|
||||
{% if request.user.is_authenticated %}
|
||||
<div class="list-group-item pl-5">
|
||||
<form action="{% url 'comment-event' event.id %}" method="POST">
|
||||
{% csrf_token %}
|
||||
|
|
Loading…
Reference in a new issue