Comments for registered users

{% if message %}
{{message}}
{% endif %} {% csrf_token %}
New comment

Username:

Password:

Comment:

Post links like that: [link http://google.com]Google[/link].

Search comment

Searched phrase:

Comments

{% for c in comments %}

{{c.username}}
{{c.content}}

{% endfor %}