8000 Fix render command name · python-doc-tw/pydoc_autobuild@e68a732 · GitHub
[go: up one dir, main page]

Skip to content

Commit e68a732

Browse files
committed
Fix render command name
1 parent 14ac9aa commit e68a732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc_tasks/views.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def view_task(request, id):
6262
(cmd_name, decode_cmd_out(cmd))
6363
for cmd_name, cmd in task.result.items()
6464
])
65-
return rendered(request, 'daily_update_task.html', {
65+
return render(request, 'daily_update_task.html', {
6666
'task': task,
6767
'decoded_result': decoded_result
6868
})

0 commit comments

Comments
 (0)
0