Mercurial > piecrust2
view piecrust/admin/templates/install.html @ 835:cc9593b9bcbf
Land assets in the correct directory for pages with no pretty_urls override
author | Ben Artin <ben@artins.org> |
---|---|
date | Tue, 03 Jan 2017 02:34:43 -0500 |
parents | 5e91bc0e3b4d |
children |
line wrap: on
line source
{% set title = 'Configuration File Missing' %} {% extends 'layouts/master.html' %} {% block content %} <p>No FoodTruck configuration file was found. Did you run <code>chef admin init</code>?</p> {% endblock %}