Mercurial > hg-website
diff 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 |
line wrap: on
line diff
--- a/hgscm/apps/www/views.py Wed Feb 18 04:26:49 2009 +0100 +++ b/hgscm/apps/www/views.py Wed Feb 18 05:58:08 2009 +0100 @@ -7,3 +7,6 @@ def about(request): return render_to_response("about.html", { }, RequestContext(request)) +def thepage(request): + return render_to_response("thepage.html", { }, + RequestContext(request))