Changeset - f40a1209a911
[Not reviewed]
0 1 0
Bradley Kuhn (bkuhn) - 7 years ago 2016-10-24 20:56:37
bkuhn@ebb.org
/projects now handled by static views.

As a last step, we remove /members, which is now fully handled by Apache
static config, to be /projects for use the static page handler.
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
www/conservancy/urls.py
Show inline comments
...
 
@@ -55,7 +55,7 @@ urlpatterns = patterns('',
 
    (r'^donate', 'conservancy.static.views.index'),
 
    (r'^copyleft-compliance', 'conservancy.static.views.index',
 
                           {'fundraiser_sought' : 'vmware-match-0'}),
 
    (r'^members', 'conservancy.static.views.index'),
 
    (r'^projects', 'conservancy.static.views.index'),
 
    (r'^npoacct', 'conservancy.static.views.index',
 
                  {'fundraiser_sought' : 'npoacct'}),
 
    (r'^overview', 'conservancy.static.views.index'),
0 comments (0 inline, 0 general)