here is the template file.

*add_comment.html*



*{% extends "blog/base.html" %}{% load crispy_forms_tags %}{% block content 
%}  <div class="content-section">    <form method="POST">      {% 
csrf_token %}        <fieldset class="form-group">          <legend 
class="border-bottom mb-4">Comment</legend>          {{ form|crispy }}      
  </fieldset>        <div class="form-group">          <button class="btn 
btn-outline-warning" type="submit">Post Comment!</button>        </div>    
</form>  </div>{% endblock content %}*

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/7e5bf0c6-47ca-42c5-8452-f1f3aa0544ae%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to