Browse Source

[fix] Legal page is not reachable

ljf 8 years ago
parent
commit
71b617d6f0
1 changed files with 4 additions and 0 deletions
  1. 4 0
      wifiwithme/apps/contribmap/views.py

+ 4 - 0
wifiwithme/apps/contribmap/views.py

@@ -65,6 +65,10 @@ def thanks(request):
         'isp':settings.ISP,
     })
 
+def legal(request):
+    return render(request, 'contribmap/legal.html', {
+        'isp':settings.ISP,
+    })
 
 class JSONContribView(View):
     def get(self, request):