We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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?
The text was updated successfully, but these errors were encountered:
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 https://github.com/pinax/pinax/tree/master/pinax/templates/default/notification/
Sorry, something went wrong.
No branches or pull requests
In views.py
but the name of the template is notice.html
Or am I missing something?
The text was updated successfully, but these errors were encountered: