diff options
author | luxagraf <sng@luxagraf.net> | 2014-05-08 19:44:58 -0400 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2014-05-08 19:44:58 -0400 |
commit | 58e402a077c710c04934e3a7ddc25883427d1f64 (patch) | |
tree | 485506e3c1805a793f2d5920751f53c400b08aac /design/templates/details/code.html | |
parent | 5f430f31474847ac50fa017dc1397c3bde2d140d (diff) |
added birding app, fixed a few python-related bugs throughout the code base.
Diffstat (limited to 'design/templates/details/code.html')
-rw-r--r-- | design/templates/details/code.html | 2 |
1 files changed, 1 insertions, 1 deletions
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 %} |