Re: Showing admin-style forms on regular user forms revisited

2006-07-28 Thread [EMAIL PROTECTED]
oggie rob wrote: > Since we're being helpful... > You might be interested in the clock change I submitted some time ago. > It shows the clock in 30 minute increments instead of just 4 areas. You > can either replace your django copy or use the patched file in your own > admin directory somewhere.

Re: Showing admin-style forms on regular user forms revisited

2006-07-28 Thread oggie rob
Since we're being helpful... You might be interested in the clock change I submitted some time ago. It shows the clock in 30 minute increments instead of just 4 areas. You can either replace your django copy or use the patched file in your own admin directory somewhere. http://code.djangoproject.

Showing admin-style forms on regular user forms revisited

2006-07-27 Thread [EMAIL PROTECTED]
Like others, I was very interested in using the clock/calendar widgets in regular pages and found this very helpful: http://groups.google.com/group/django-users/browse_thread/thread/b958a059b6dca44e/67cc4c2f05719a65?lnk=gst&q=admin+calendar&rnum=3#67cc4c2f05719a65 I hit a few snags, though, and t