Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 181 by arockinit: Notification templates missing http://code.google.com/p/django-hotclub/issues/detail?id=181
What steps will reproduce the problem? 1. http://127.0.0.1:8000/tweets/toggle_follow/[user]/ (Try to follow somebody's tweets) 2. "notification/tweet_follow/short.txt, notification/short.txt" missing error What is the expected output? What do you see instead? Template short.txt should be found - it's not. Description? short.txt, a file in http://code.google.com/p/django-notification/source/browse/#svn/trunk/notification/templates/notification is not in Pinax anywhere. PIP doesn't install the templates with the app (which seems like a secondary bug but I'm not sure). Anyway, this diff addresses it by grabbing the files from the URL above and putting it in pinax/templates/default/notification Attachments: notification.diff 1.6 KB -- 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 -~----------~----~----~----~------~----~------~--~---
