purnimagupta / threepress

Automatically exported from code.google.com/p/threepress
Other
0 stars 0 forks source link

missing templates? orm/header.html, host-header.html #166

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
c.f bookworm/library/templates/shell.html:

  {% block orm_header %}
      {% include "orm/header.html" %}
    {% endblock orm_header %}
    {% include "host-header.html" %}

These files don't exist on the trunk, which causes a freshly deployed instance 
to fail on most page 
views. Should empty placeholder templates be added, or are these outdated 
template includes?

Original issue reported on code.google.com by steven.m...@gmail.com on 4 Sep 2009 at 12:40

GoogleCodeExporter commented 8 years ago
"orm" is O'Reilly Media, and this is in the code to support the O'Reilly 
branding
that appears on the bookworm.oreilly.com instance.  It's not checked in because 
the
O'Reilly logo isn't open source. :)

"host-header.html" is a more generic way to support a white-label instance, and 
was
used for http://bookworm.simplicissimus.it/

Probably they should both be just empty files and directories, and on the 
O'Reilly
side we can just make sure they're not overridden locally.

Original comment by liza31337@gmail.com on 4 Sep 2009 at 12:52

GoogleCodeExporter commented 8 years ago
resolved in r874

Original comment by steven.m...@gmail.com on 6 Sep 2009 at 9:28