On Sun, Jun 8, 2014 at 10:59 AM, anatoly techtonik <techto...@gmail.com>
wrote:

> On Mon, Jun 2, 2014 at 2:59 PM, M.-A. Lemburg <m...@python.org> wrote:
>
>>
>> Note: Even more better would be to have a preview button in the CMS
>> admin interface for the site. At the moment, we're doing live edits
>> on a production with no means to even undo changes... not exactly
>> state of the art CMS.
>
>
> Reinventing the wheel is fun, right.
>
> Is it more convenient to render content from version control and edit it
> there?
>


isn't this effectively a preview?

 https://www.python.org/newjobs/144/review/

kinda on topic,  can we get a link back to the admin page?

I use this all over my video processing:
<a href="{% url admin:main_raw_file_change raw_file.id
%}">{{raw_file.filename}}

wrap it in {% if user.is_staff %} or whatever gives someone access to the
admin.


-- 
Carl K
_______________________________________________
pydotorg-www mailing list
pydotorg-www@python.org
https://mail.python.org/mailman/listinfo/pydotorg-www

Reply via email to