]> git.0d.be Git - panikweb.git/commitdiff
add empty block at the end of the page
authorFrédéric Péters <fpeters@0d.be>
Tue, 13 Aug 2013 10:35:20 +0000 (12:35 +0200)
committerFrédéric Péters <fpeters@0d.be>
Tue, 13 Aug 2013 10:35:20 +0000 (12:35 +0200)
panikweb_templates/templates/base.html

index be3bd6d7a543ee47774aba9a40b25100ba0c4a44..25a2f4d0477074d3efe6ab65f3fc98db1489bf42 100644 (file)
@@ -39,6 +39,8 @@
   {% endblock %}
 </div>
 
+{% block pageend %}
+{% endblock %}
 
 </body>
 </html>