Initial commit.
This commit is contained in:
4
vim/snippets/django/rendertores.snippet
Executable file
4
vim/snippets/django/rendertores.snippet
Executable file
@@ -0,0 +1,4 @@
|
||||
return render_to_response('${1:template.html}', {
|
||||
${2}
|
||||
}${3:, context_instance=RequestContext(request)}
|
||||
)
|
||||
Reference in New Issue
Block a user