Mercurial > piecrust2
view piecrust/admin/templates/install.html @ 884:18b3e2acd069
pep8: Fix indenting.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Tue, 20 Jun 2017 21:10:39 -0700 |
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 %}