~ubuntu-branches/ubuntu/quantal/python-django/quantal-security

« back to all changes in this revision

Viewing changes to django/contrib/comments/templates/comments/preview.html

  • Committer: Bazaar Package Importer
  • Author(s): Chris Lamb
  • Date: 2010-05-21 07:52:55 UTC
  • mfrom: (1.3.6 upstream)
  • mto: This revision was merged to the branch mainline in revision 28.
  • Revision ID: james.westby@ubuntu.com-20100521075255-ii78v1dyfmyu3uzx
Tags: upstream-1.2
ImportĀ upstreamĀ versionĀ 1.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
{% block content %}
7
7
  {% load comments %}
8
 
  <form action="{% comment_form_target %}" method="post">
 
8
  <form action="{% comment_form_target %}" method="post">{% csrf_token %}
9
9
    {% if next %}<input type="hidden" name="next" value="{{ next }}" />{% endif %}
10
10
    {% if form.errors %}
11
11
    <h1>{% blocktrans count form.errors|length as counter %}Please correct the error below{% plural %}Please correct the errors below{% endblocktrans %}</h1>