summaryrefslogtreecommitdiff
path: root/objectapp
diff options
context:
space:
mode:
authorcsitifr <csitifr@gmail.com>2012-05-29 17:15:40 +0530
committercsitifr <csitifr@gmail.com>2012-05-29 17:15:40 +0530
commitd5edd8b218c8d96ffea5a356fe67f18f589a902c (patch)
treee0b87ecb607724eda9dc76f7059c677f5c99b19f /objectapp
parent33a11f8f82f1359c8bb4e6e2d53dee4ff3398bc7 (diff)
downloadgnowsys-d5edd8b218c8d96ffea5a356fe67f18f589a902c.tar.gz
Minor syntax changes in DynamicAT
Diffstat (limited to 'objectapp')
-rw-r--r--objectapp/views/dynamicAT.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/objectapp/views/dynamicAT.py b/objectapp/views/dynamicAT.py
index 50edbbcf..81d442f0 100644
--- a/objectapp/views/dynamicAT.py
+++ b/objectapp/views/dynamicAT.py
@@ -11,7 +11,7 @@ from objectapp.forms import *
from gstudio.models import *
from gstudio.admin.forms import *
-#http://127.0.0.1:8000/media/img/puppy.jpeg
+
def MakeForm(model_cls, *args, **kwargs):
class ContextForm(ModelForm):