diff foodtruck/templates/error.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 c6bc0ef03f82
children
line wrap: on
line diff
--- a/foodtruck/templates/error.html	Sat Feb 06 21:47:24 2016 -0800
+++ b/foodtruck/templates/error.html	Sat Feb 06 21:49:50 2016 -0800
@@ -3,9 +3,7 @@
 {% extends 'layouts/master.html' %}
 
 {% block content %}
-<div class="container">
-    <p>{{error}}</p>
-</div>
+<p>{{error}}</p>
 {% endblock %}