aboutsummaryrefslogtreecommitdiff
path: root/accounts/views.py
blob: 2616923bf711cf9dc4ffc2f9e1fcc6820e2c26ee (plain)
1
2
3
4
5
from django.shortcuts import render


def profile(request):
    return render(request, "accounts/profile.html")