My task is to create comment system in django project. I am tring to use django-comments-xtd app.
I successfully added this app to my project and use {% render_comment_form for object %}
in template. Is shows me fields like "Name"
, "Email"
, "Url"
and "Comment"
.
Maybe someone who worked with this app could answer me. Is it possible to show only "Сomment" field and associate comments with an already authorized user. Right now all unregistered users can comment. What I need to customize? I am little bit comfused with this app.