From: Tom S Date: Wed, 21 Nov 2012 13:42:25 +0000 (+0000) Subject: bugfix - missing endblock in jqchat/base.html X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=4f4ec6eaed7ac6308bf8895ec46d79349bae794d;p=django-jqchat.git bugfix - missing endblock in jqchat/base.html --- diff --git a/jqchat/templates/jqchat/base.html b/jqchat/templates/jqchat/base.html index 4eba37f..903dac3 100644 --- a/jqchat/templates/jqchat/base.html +++ b/jqchat/templates/jqchat/base.html @@ -17,4 +17,5 @@ background-color: white; } +{% endblock %}