From 547b71c66ff64ff5e095ae9d4d379f6cdd86fc09 Mon Sep 17 00:00:00 2001 From: Marcio Mazza Date: Fri, 10 Oct 2014 17:57:22 -0300 Subject: [PATCH] Set charset meta in base template --- templates/admin/base.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/admin/base.html b/templates/admin/base.html index c46dd86..c40745b 100644 --- a/templates/admin/base.html +++ b/templates/admin/base.html @@ -5,6 +5,7 @@ {% block title %}{% endblock %} + {% block extrastyle %}{% endblock %}