Mercurial > piecrust2
view piecrust/admin/templates/install.html @ 840:7f3043f9f26f
internal: Don't check for a page repository, there's always one.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Wed, 15 Feb 2017 22:17:13 -0800 |
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 %}