evildmp / Arkestra

Arkestra extends Django CMS to provide an intelligent semantic web publishing system for organisations and institutions.
http://arkestra-project.org
BSD 2-Clause "Simplified" License
139 stars 27 forks source link

'also publish to' #46

Open barryrowlingson opened 12 years ago

barryrowlingson commented 12 years ago

change 'where to publish' tab to 'also publish to' since news/events are always published by their host

evildmp commented 11 years ago

The trouble with this is that the field uses filter_horizontal in admin. This means that the widget title is now "Available publish to".

Changing the verbose_name to "Also publish to" would make the widget display the no-less daft "Available Also publish to"...