| Issue 27: | missing dependancy in the install instructions | |
| 1 person starred this issue and may be notified of changes. | Back to list |
What steps will reproduce the problem? 1. make a forum and a post, using a new django project What is the expected output? What do you see instead? TemplateSyntaxError at /forum/thread/1/ 'markup' is not a valid tag library: Could not load template library from django.templatetags.markup, No module named markup It's an easy fix by adding django.contrib.markup to your INSTALLED_APPS, but it should be in the instructions.
Jul 4, 2008
#1
aron.jo...@gmail.com
Jul 21, 2008
Fixed in SVN. Thanks.
Status:
Fixed
|