Hi,
The simple way:
{{ form }}
The more full way:
Name
{{ form.user_name.errors }}
Email
{{ form.user_email.errors }}
Disqus is a good javascript-based comment system that Django also
recommends.
Collin
On Thursday, November 20, 2014 11:44:12 PM UTC-5, Co
Also, is there a better alternative to comments app? thanks
On Friday, 21 November 2014 09:10:40 UTC+5:30, Code wrote:
>
> I am using django comments app and am using bootstrap template for UI.
>
> In bootstrap I have;
>
>
> Name
> value="" aria-required="true" placeholder="Your
I am using django comments app and am using bootstrap template for UI.
In bootstrap I have;
Name
and other div classes to fill in mame , email, url and comments.
Django comments app's
{% get_comment_form for post as form %}
allows manually render fields like;
3 matches
Mail list logo