Kaynağa Gözat

Updated views.py

Eswari Pravallika Swarna 10 yıl önce
ebeveyn
işleme
6e401ec289
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. 4 0
      hackathon_starter/hackathon/views.py

+ 4 - 0
hackathon_starter/hackathon/views.py

@@ -124,3 +124,7 @@ def tumblr(request):
     context = {'title': 'Tumblr Example'}
     return render(request, 'hackathon/tumblr.html', context)
 
+def linkedin(request):
+    context = {'title': 'linkedin Example'}
+    return render(request, 'hackathon/linkedin.html', context)
+