jtauber-archive / django-notification

user notification management for the Django web framework
506 stars 433 forks source link

notices.html or notice.html #34

Open justhamade opened 14 years ago

justhamade commented 14 years ago

In views.py

    return render_to_response("notification/notice.html", {
        "notices": notices,
        "notice_types": notice_types,
        "notice_settings": notice_settings,
    }, context_instance=RequestContext(request))

but the name of the template is notice.html

Or am I missing something?

justhamade commented 14 years ago

Looks like that template is in the pinax project templates but not in the notification app templates, just incase anyone else runs into this issue http://github.com/pinax/pinax/tree/master/pinax/templates/default/notification/