albatrossandco / brubeck_cms

A Django-based open source CMS for newspapers
Other
5 stars 1 forks source link

Add "preview" tab functionality #15

Open allanjamesvestal opened 12 years ago

allanjamesvestal commented 12 years ago

On click, tab will load contents of change form and display them in a template.

This will default to the get_absolute_url view for the model, but will be customizable.

Utilizes tab structure created in #14.