comparison 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
comparison
equal deleted inserted replaced
777:8d633ca59bc5 778:5e91bc0e3b4d
1 {% set title = 'Configuration File Missing' %}
2
3 {% extends 'layouts/master.html' %}
4
5 {% block content %}
6 <p>No FoodTruck configuration file was found. Did you run <code>chef admin init</code>?</p>
7 {% endblock %}
8