summaryrefslogtreecommitdiff
path: root/profile/views.py
diff options
context:
space:
mode:
authorNishanth Amuluru2011-01-07 11:25:21 +0530
committerNishanth Amuluru2011-01-07 11:25:21 +0530
commit176fad1d595fc47239609ab39ecc3ab4dd6a8e18 (patch)
tree16461c2ed13cd6907ecafe6def9b47d88663b747 /profile/views.py
parent7c47c84aea9196fdbe76b2d905774f81cffea112 (diff)
downloadpytask-176fad1d595fc47239609ab39ecc3ab4dd6a8e18.tar.gz
pytask-176fad1d595fc47239609ab39ecc3ab4dd6a8e18.tar.bz2
pytask-176fad1d595fc47239609ab39ecc3ab4dd6a8e18.zip
Added template for viewing profile
Diffstat (limited to 'profile/views.py')
-rwxr-xr-xprofile/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/profile/views.py b/profile/views.py
index 53f1648..d0840fe 100755
--- a/profile/views.py
+++ b/profile/views.py
@@ -12,4 +12,4 @@ def view_profile(request):
context = {"user": user,
"profile": profile,
}
- return render_to_response("/profile/view.html", context)
+ return render_to_response("profile/view.html", context)