From 58e402a077c710c04934e3a7ddc25883427d1f64 Mon Sep 17 00:00:00 2001 From: luxagraf Date: Thu, 8 May 2014 19:44:58 -0400 Subject: added birding app, fixed a few python-related bugs throughout the code base. --- design/templates/details/code.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'design/templates/details/code.html') diff --git a/design/templates/details/code.html b/design/templates/details/code.html index 1697844..8b72a18 100644 --- a/design/templates/details/code.html +++ b/design/templates/details/code.html @@ -1,5 +1,5 @@ {% extends 'base.html' %} -{% load typogrify %} +{% load typogrify_tags %} {% block pagetitle %}Luxagraf | Projects | Code and Other Experiments {% endblock %} {%block htmlclass%}class="single"{%endblock%} {% block metadescription %}Browser extentsions to block comments on onlineathens.com{% endblock %} -- cgit v1.2.3