Skip to content

Instantly share code, notes, and snippets.

@Ozerich
Created November 6, 2010 20:33
Show Gist options
  • Save Ozerich/665697 to your computer and use it in GitHub Desktop.
Save Ozerich/665697 to your computer and use it in GitHub Desktop.
def lectors(request):
lectors_data = Lector.objects.all()
content = make_template('lectors.html',
lectors=lectors_data,)
return main_template(
request,
content,
title='Преподаватели',
current=3
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment