pombreda / django-hotclub

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

Notification templates missing #181

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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/notificati
on/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

Original issue reported on code.google.com by arocki...@gmail.com on 12 Feb 2009 at 8:33

Attachments:

GoogleCodeExporter commented 9 years ago
This has been fixed in django-notification 0.1.2. Please upgrade your 
installation (e.g. easy_install --upgrade 
django-notification)

Original comment by leidel on 1 Mar 2009 at 2:00