From e55bc3b2fa6e1e8be7b7c1f5b6cb3764713b6faa Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 25 Oct 2017 07:46:38 -0700 Subject: [PATCH] th align left for all tables --- templates/base.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/templates/base.html b/templates/base.html index 6525c6eb..4ce53e0a 100644 --- a/templates/base.html +++ b/templates/base.html @@ -2,6 +2,11 @@ {% block title %}{% endblock %} + {% block extra_head %}{% endblock %}