re-enables trash/ in settings and urls so that /trash/simple/ple.inria.f14 should...
[myslice.git] / myslice / urls.py
index 8ff01f9..3210957 100644 (file)
@@ -63,6 +63,6 @@ urlpatterns = patterns(
     #
     # various trash views - bound to go away 
     #
-#    url(r'^trash/', include('trash.urls')),
+    url(r'^trash/', include('trash.urls')),
 
 )