app/soc/views/site/settings.py
changeset 351 b37fc4c1e189
parent 347 52676c696cd4
child 358 843d83b87282
--- a/app/soc/views/site/settings.py	Thu Oct 16 04:30:26 2008 +0000
+++ b/app/soc/views/site/settings.py	Thu Oct 16 04:37:13 2008 +0000
@@ -130,7 +130,6 @@
       properties = {
         'title': document_form.cleaned_data.get('title'),
         'short_name': document_form.cleaned_data.get('short_name'),
-        'abstract': document_form.cleaned_data.get('abstract'),
         'content': document_form.cleaned_data.get('content'),
         'link_name': link_name,
         'partial_path': partial_path,