basic embed
This commit is contained in:
parent
2c8ded2ded
commit
6887d1d1e8
4 changed files with 50 additions and 0 deletions
|
|
@ -22,6 +22,11 @@ def index(request):
|
|||
return render_to_response('index.html', context)
|
||||
|
||||
|
||||
def embed(request):
|
||||
context = RequestContext(request, {'settings': settings})
|
||||
return render_to_response('embed.html', context)
|
||||
|
||||
|
||||
def timeline(request):
|
||||
context = RequestContext(request, {'settings': settings})
|
||||
return render_to_response('timeline.html', context)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue