Mercurial > hg-website
comparison hgscm/apps/www/views.py @ 65:57ece5687f92
Add 'about this page' site
author | David Soria Parra <dsp@php.net> |
---|---|
date | Wed, 18 Feb 2009 05:58:08 +0100 |
parents | 7276388fc71b |
children | bef09338eceb |
comparison
equal
deleted
inserted
replaced
64:ab6b463b6038 | 65:57ece5687f92 |
---|---|
5 return render_to_response("frontpage.html", { }, | 5 return render_to_response("frontpage.html", { }, |
6 RequestContext(request)) | 6 RequestContext(request)) |
7 def about(request): | 7 def about(request): |
8 return render_to_response("about.html", { }, | 8 return render_to_response("about.html", { }, |
9 RequestContext(request)) | 9 RequestContext(request)) |
10 def thepage(request): | |
11 return render_to_response("thepage.html", { }, | |
12 RequestContext(request)) |