Mercurial > piecrust2
view foodtruck/templates/install.html @ 601:effbc78b5528
admin: Better error reporting, general clean-up.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sun, 24 Jan 2016 10:42:33 -0800 |
parents | d4a01a023998 |
children | c2708f20a87b |
line wrap: on
line source
{% set title = 'Configuration File Missing' %} {% extends 'layouts/master.html' %} {% block content %} <div class="container"> No FoodTruck configuration file was found. Did you run <code>chef admin init</code>? </div> {% endblock %}