vasuporov / snapboard

Automatically exported from code.google.com/p/snapboard
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

url variables in views.py still contain snapboard #14

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
snapboard revision 115, django revision 4501

In views, there are still a number of urls that start with "/snapboard". 
This tripped me up when I attempted to post a new thread after adding in
the middleware.  I was being redirected to /snapboard/thread/.... instead
of (in my case) /forums/thread/...

The attached patch resolves the problem.  This patch is against revision
124 and does not address the fact that the variables defined in the
settings file were removed (revision 120, I believe).

Original issue reported on code.google.com by johnnie....@gmail.com on 14 Feb 2007 at 12:52

Attachments:

GoogleCodeExporter commented 8 years ago
Patch applied - thanks!

Original comment by bs1...@gmail.com on 14 Feb 2007 at 12:59