Sorry, I forgot to include that I also had edited
"/views/default/appointment_read.html," commenting out the {{for t,f in
db.t_appointment._referenced_by:}} loop, thus permitting the appliance to
function. (it creates a "too many values to unpack" error)
On Tuesday, September 18, 2012 7:11:55 PM UTC-5, dhmorgan wrote:
>
> I'm interested in using the Appointment Manager appliance (
> https://github.com/mdipierro/web2py-appliances/tree/master/AppointmentManager)
>
> in conjunction with the latest layout/css/js.
>
> I replaced the appliance's "/views/layout.html" and "static/css" with that
> from the "welcome" application in Web2Py 2.09, adding back in the
> "fullcalendar.css" from the original. I also added the three "share" images
> to the appliance's /static/images folder.
>
> Everything looked okay and seemed to function normally. I hadn't added in
> the bootstrap.min.js yet, however.
>
> After doing so, the month-selection widget and calendar in
> "mysite/AppointmentManager/mycal" both appear twice. It's not in the html
> as such, but is apparently rendered twice via javascript.
>
> I've fiddled with this for a bit and cannot seem to straighten it out.
>
> I've uploaded an image of its current appearance. Without bootstrap.min.js
> included, it's just one calendar and month selector.
>
> Any thoughts?
>
>
>
--