Skip to content

Commit

Permalink
There is no file called readlogs.html switching it to the actual file
Browse files Browse the repository at this point in the history
  • Loading branch information
viveksoundrapandi committed Nov 7, 2013
1 parent 086ca85 commit 9ed9c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion logtailer/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

def read_logs(request):
context = {}
return render_to_response('logtailer/readlogs.html',
return render_to_response('logtailer/log_reader.html',
context,
RequestContext(request, {}),)

Expand Down

0 comments on commit 9ed9c83

Please sign in to comment.