From a133218906e466710d3e355b864d55354b3706d4 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Fri, 13 Jul 2018 09:34:56 +0200 Subject: [PATCH] Add necessary META tags Charset and viewport --- calsocial/templates/base.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/calsocial/templates/base.html b/calsocial/templates/base.html index 10637be..2235ab4 100644 --- a/calsocial/templates/base.html +++ b/calsocial/templates/base.html @@ -9,6 +9,9 @@ + + + {% block head %}{% endblock %}