
this is the screen with version
1.1 and I can see 'celestial.inc'. after clicking 'weitere Details'.
vers.
1.2.
If I replace in the 'index.html.tmpl' the line
#if $Extras.has_key("almanac_extras") and $Extras.almanac_extras == '1' and $almanac.hasExtras
with the vers. 1.1 line
#if os.path.exists("celestial.inc")
then it works fine, but I think that is not a good solution!