I'm trying to use the contrib.comments in the magic-removal branch.  
Is this broken?

TemplateSyntaxError at /
'comments' is not a valid tag library: Could not load template  
library from django.templatetags.comments, No module named template

Request Method:
GET
Request URL:
http://127.0.0.1:8000/
Exception Type:
TemplateSyntaxError
Exception Value:
'comments' is not a valid tag library: Could not load template  
library from django.templatetags.comments, No module named template
Exception Location:
/Users/me/django-src/magic-removal/django/template/defaulttags.py in  
load, line 651


10
                   <div class="excuse-left">
11
                       {{ forloop.counter }}
12
                   </div>
13
                   <div class="excuse-right">
14
                       {{ excuse.excuse }}
15
                   </div>
16
                   <div class="clearfix"></div>
17
              </div>
18
          {% endfor %}
19

--->>> ERROR HERE 20
          {% load comments %}
21
          {% get_free_comment_list for excuses23.excuses topic.id as  
comment_list %}
22

23
          <div id="subcontent">
24
              {% for comment in comment_list %}
25
              <div class="comment" id="c{{ comment.id }}">
26
                   {{ comment.person_name }}
27
                   {{ comment.comment }}
28
              </div>
29

30
              <div id="commentform">


Or did i do something wrong?


---
Andrew Gwozdziewycz
[EMAIL PROTECTED]
http://ihadagreatview.org
http://and.rovir.us



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to