]> git.parisson.com Git - django-jqchat.git/commitdiff
bugfix - missing endblock in jqchat/base.html
authorTom S <scytale@gmail.com>
Wed, 21 Nov 2012 13:42:25 +0000 (13:42 +0000)
committerTom S <scytale@gmail.com>
Wed, 21 Nov 2012 13:42:25 +0000 (13:42 +0000)
jqchat/templates/jqchat/base.html

index 4eba37f0157346ff61c9ca27e80d80df3e9f5202..903dac3d00d339e26e4ddedc1d67e71ee25e5526 100644 (file)
@@ -17,4 +17,5 @@
      background-color: white;
    }
 </style>
+{% endblock %}