Mercurial > hg-website
diff hgscm/apps/www/views.py @ 45:7276388fc71b
about: integrate about page in django version
author | David Soria Parra <dsp@php.net> |
---|---|
date | Tue, 17 Feb 2009 12:54:07 +0100 |
parents | b3d9cbb33d54 |
children | 57ece5687f92 |
line wrap: on
line diff
--- a/hgscm/apps/www/views.py Mon Feb 16 12:14:57 2009 +0100 +++ b/hgscm/apps/www/views.py Tue Feb 17 12:54:07 2009 +0100 @@ -4,3 +4,6 @@ def frontpage(request): return render_to_response("frontpage.html", { }, RequestContext(request)) +def about(request): + return render_to_response("about.html", { }, + RequestContext(request))