Mercurial > piecrust2
diff foodtruck/templates/install.html @ 620:c2708f20a87b
admin: Make the sidebar togglable for smaller screens.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sat, 06 Feb 2016 21:49:50 -0800 |
parents | effbc78b5528 |
children |
line wrap: on
line diff
--- a/foodtruck/templates/install.html Sat Feb 06 21:47:24 2016 -0800 +++ b/foodtruck/templates/install.html Sat Feb 06 21:49:50 2016 -0800 @@ -3,8 +3,6 @@ {% extends 'layouts/master.html' %} {% block content %} -<div class="container"> - No FoodTruck configuration file was found. Did you run <code>chef admin init</code>? -</div> +<p>No FoodTruck configuration file was found. Did you run <code>chef admin init</code>?</p> {% endblock %}