]>
git.frykholm.com Git - tranquillity.git/blob - customerportal/views.py
1 from django
.shortcuts
import render
2 from django
.http
import HttpResponse
3 from django
.contrib
.auth
.decorators
import login_required
8 return render(request
, 'customerportal/landing.html')