I may be missing something, but couldn't you use a generic ListView and
something like:
{% for car in car_list %}
Car Make:
...etc
{% endfor %}
Don't include a tag or a submit button and you should get something
that looks like a form, but is read-only.
Maybe even disable the input box so i
Hi - I am trying to concatenate "read-only" form views of all objects
pertaining to a given model in a single page (I already have a template for
viewing the form for one object). Given that the forms are reasonably
complex (in some cases involving formsets), a simple "inclusion tag"
approach d
2 matches
Mail list logo