Changeset - 47b446cd3b17
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 9 years ago 2015-03-04 20:42:42
bkuhn@ebb.org
Correct template path name.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
www/conservancy/apps/news/views.py
Show inline comments
...
 
@@ -43,3 +43,3 @@ def listing(request, *args, **kwargs):
 

	
 
    return render_to_response('pressrelease_list.html', {"news": news, "date_list" : date_list})
 
    return render_to_response('news/pressrelease_list.html', {"news": news, "date_list" : date_list})
 

	
0 comments (0 inline, 0 general)