- {% load comments i18n crispy_forms_tags fluent_comments_tags %}{% load url from future %}
- {% if not form.target_object|comments_are_open %}
- <p>{% trans "Comments are closed." %}</p>
- {% else %}
- <form action="{% comment_form_target %}" method="post" class="js-comments-form comments-form form-horizontal"
- data-ajax-action="{% url 'comments-post-comment-ajax' %}" a>{% csrf_token %}
- {% if next %}<div><input type="hidden" name="next" value="{{ next }}" /></div>{% endif %}
- {{ form|crispy }}
- <div class="form-actions">
- <input type="submit" name="post" class="btn btn-primary" value="{% trans "Post" %}" />
- <input type="submit" name="preview" class="btn" value="{% trans "Preview" %}" />
- {% ajax_comment_tags %}
- </div>
- </form>
- {% endif %}
SHARE
TWEET
Untitled
a guest
Oct 31st, 2013
36
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
RAW Paste Data
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the Cookies Policy.
