app/soc/models/document.py
changeset 936 b3e1e0c9649c
parent 385 6d410bf49a82
child 1091 0e648c690bb7
--- a/app/soc/models/document.py	Fri Jan 23 21:20:33 2009 +0000
+++ b/app/soc/models/document.py	Fri Jan 23 21:22:09 2009 +0000
@@ -38,4 +38,7 @@
 
     work.content:  the rich-text contents of the Document
   """
+
+  URL_NAME = 'document'
+
   pass
\ No newline at end of file