From 8252a61e73126c2b89c97e4195c635bc3d60a3e9 Mon Sep 17 00:00:00 2001 From: Jeremy Kerr Date: Sat, 23 Aug 2008 10:29:12 +0800 Subject: Add simple help infrastructure, with an 'about' page. We'll need the about page for adding attribution for included components. Signed-off-by: Jeremy Kerr --- apps/patchwork/urls.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/patchwork/urls.py') diff --git a/apps/patchwork/urls.py b/apps/patchwork/urls.py index f475e74..194f512 100644 --- a/apps/patchwork/urls.py +++ b/apps/patchwork/urls.py @@ -50,4 +50,7 @@ urlpatterns = patterns('', # submitter autocomplete (r'^submitter/$', 'patchwork.views.submitter_complete'), + + # help! + (r'^help/(?P.*)$', 'patchwork.views.help'), ) -- cgit v1.2.3