Removed commented property from comment model.
scope_path is set to the commented Work anyway and back references don't work. This means we can also comment on any other linkable.
Patch by: Lennard de Rijk
Reviewed by: to-be-reviewed
"""
This is a urlconf to be loaded by tests.py. Add any urls needed
for tests only.
"""
from django.conf.urls.defaults import *
from django.contrib.formtools.tests import *
urlpatterns = patterns('',
(r'^test1/', TestFormPreview(TestForm)),
)