diff options
Diffstat (limited to 'tbc/views.py')
-rwxr-xr-x | tbc/views.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tbc/views.py b/tbc/views.py index fc64a8d..749c57d 100755 --- a/tbc/views.py +++ b/tbc/views.py @@ -45,6 +45,10 @@ def InternshipForms(request): return render_to_response('tbc/internship-forms.html', context) +def SampleIpynb(request): + return render_to_response('tbc/sample.html') + + def AboutPytbc(request): context = {} images = [] |