Mercurial > piecrust2
view piecrust/admin/templates/install.html @ 778:5e91bc0e3b4d
internal: Move admin panel code into the piecrust package.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sat, 16 Jul 2016 15:02:24 +0200 |
parents | foodtruck/templates/install.html@c2708f20a87b |
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 %}