Switch to side-by-side view
--- a/Allura/allura/model/project.py +++ b/Allura/allura/model/project.py @@ -107,6 +107,7 @@ notifications_disabled = FieldProperty(bool) show_download_button=FieldProperty(bool, if_missing=True) short_description=FieldProperty(str, if_missing='') + summary=FieldProperty(str, if_missing='') description=FieldProperty(str, if_missing='') homepage_title=FieldProperty(str, if_missing='') external_homepage=FieldProperty(str, if_missing='')