Eswari Pravallika Swarna 10 éve
szülő
commit
6e401ec289
1 módosított fájl, 4 hozzáadás és 0 törlés
  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)
+