> I have made typing error in my message so this ^ should be like this:
>  {% for inline_form in form_set.forms %}
>          <tr class="{% cycle row1,row2 %}">
>                  {% for field in inline_form.fields %}
>                          <td class="{{ field.name }}">
>                                  {{ field.errors.as_ul }}
>                                  {{ field }}
>                          </td>
>                  {% endfor %}
>               </tr>
>  {% endfor %}
>

I succided to get filelds in template by {{field.as_widget}} but I
still do not know why {{field}} doesn't do that. And that is not the
end of my problems. I stil do not get {{form_set.management_form}}
output in template. I am really tired of Django.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to