Changes to stay compatible with Django 1.2
svn: r19711
This commit is contained in:
parent
1b87f73f5e
commit
228cc1d4d5
@ -18,9 +18,9 @@
|
||||
{% endif %}
|
||||
<form method="post">{% csrf_token %}
|
||||
|
||||
{% for field in form %}
|
||||
{% for f in form.forms %}
|
||||
<tr>
|
||||
{{field}}
|
||||
{{f}}
|
||||
</tr>
|
||||
{% endfor %}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user