Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webapp/polls/views.py
diff options
context:
space:
mode:
authorRogelio Mita <rogeliomita@activitycentral.com>2013-04-18 22:04:37 (GMT)
committer Rogelio Mita <rogeliomita@activitycentral.com>2013-04-18 22:17:43 (GMT)
commit178516361fe70c567dea23f3fd06aede4510cefb (patch)
tree8e3e756a39ae30e1156c7c01133ae8bf0fdc57b3 /webapp/polls/views.py
parent621f3ee234342bb5b45bc513ebf83dec95d6be64 (diff)
Reparing dependences and TextInput option default value
Diffstat (limited to 'webapp/polls/views.py')
-rw-r--r--webapp/polls/views.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/polls/views.py b/webapp/polls/views.py
index 0eafdab..127176b 100644
--- a/webapp/polls/views.py
+++ b/webapp/polls/views.py
@@ -211,7 +211,7 @@ class StructureFormView(TemplateView):
poll=self.poll
)
- if structure.is_valid():
+ if structure.is_valid(new_data=data):
try:
structure.save_image_options(tmp=False)
structure.save()