pombreda / django-hotclub

Automatically exported from code.google.com/p/django-hotclub
MIT License
0 stars 0 forks source link

Creating tribes doesn't work in trunk #210

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a tribe from http://127.0.0.1:8000/tribes/

What is the expected output? What do you see instead?

Success

What version of the product are you using? On what operating system?

r1623

This is the error:

In template
/Users/adam/Development/pinax/pinax/templates/default/tribes/tribe.html,
error at line 13
'schedule_tags' is not a valid tag library: Could not load template library
from django.templatetags.schedule_tags, No module named scheduletags
3   {% load microblogging_tags %}
4   {% load i18n %}
5   {% load uni_form %}
6   {% load wiki %}
7   {% load wikiurl %}
8   {% load avatar_tags %}
9   {% load threadedcommentstags %}
10  {% load pagination_tags %}
11  {% load extra_tagging_tags %}
12  {% load tribe_tags %}
13  {% load scheduletags %} 

Original issue reported on code.google.com by arocki...@gmail.com on 23 Mar 2009 at 9:49

GoogleCodeExporter commented 9 years ago

Original comment by pyDanny on 1 Apr 2009 at 3:23