Closed frt closed 7 years ago
Is this sqlite specific? It looks like it should apply to the other backends too. If so, would you be able to retarget the patch to the postgres branch so that they all receive it?
Did it: #159.
Great, thanks! Closing this, changes will be merged from postgres.
This template includes only the
bootstrap.css
file, so lines like the following doesn't work. This is from thedefault-layout.hamlet
that comes with the template:To solve this I put a
<script src="...
in thedefault-layout-wrapper.hamlet
, so it gets thebootstrap.js
from a CDN.