Hi again,

unfortunately I seem to get another couple of mistakes in template
rendering.
The first one is in "snippet_detail.html" and the error message is the
following:

'comment' is not a valid tag library: Could not load template library
from django.templatetags.comment,
No module named comment
Error in:template: C:/html/templates\cab/snippet_detail.html, error at
line 55
55      {% load comment %}
Exception Location:     c:\Python25\lib\site-packages\django\template
\defaulttags.py in load, line 740


The second error in template rendering is the following:

Template 'base_user.html' cannot be extended, because it doesn't exist
In template C:/html/templates\cab/add_snippet_form.html, error at line
1
1       {% extends "base_user.html" %}Exception Location:       C:\Python25\lib
\site-packages\django\template\loader_tags.py in get_parent, line 58

I don't know how to solve them. In the second error I really don't
know where I'm supposed to find base_user.thml which doesn't seem to
come with the django distribution.

Again any help will be very appreciated
Checco


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

Reply via email to