Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 210 by arockinit: Creating tribes doesn't work in trunk http://code.google.com/p/django-hotclub/issues/detail?id=210
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 %} -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pinax-updates" 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/pinax-updates?hl=en -~----------~----~----~----~------~----~------~--~---
