Mercurial > public > sg101
diff gpp/messages/urls.py @ 428:77b3b01843b5
Gave the beta private messages a 'compose to' view. Tweaked the color of the tables to match the jquery ui theme.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Sun, 01 May 2011 02:11:48 +0000 |
parents | 76ba9478ebbd |
children | d0f0800eef0c |
line wrap: on
line diff
--- a/gpp/messages/urls.py Tue Apr 26 02:11:00 2011 +0000 +++ b/gpp/messages/urls.py Sun May 01 02:11:48 2011 +0000 @@ -29,6 +29,9 @@ url(r'^beta/(inbox|compose|outbox|trash|options)/$', 'index', name='messages-beta_index_named'), + url(r'^beta/compose/([\w.@+-]{1,30})/$', + 'compose_to', + name='messages-beta_compose_to'), url(r'^beta/inbox-tab/$', 'inbox', name='messages-beta_inbox'),