Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webapp/polls/templates/poll-structure-form.html
diff options
context:
space:
mode:
authorRogelio Mita <rogeliomita@activitycentral.com>2013-03-21 18:23:16 (GMT)
committer Rogelio Mita <rogeliomita@activitycentral.com>2013-03-25 21:51:48 (GMT)
commit01b45aeaf600ef7b03e0ed11f3f27c9fb4aecdf1 (patch)
treebac456b5f923be15b411bbee62262d544c9cd7a5 /webapp/polls/templates/poll-structure-form.html
parentd410ee31a77a4cb3cc31cc589d079a2370ee5095 (diff)
Refactoring
Diffstat (limited to 'webapp/polls/templates/poll-structure-form.html')
-rw-r--r--webapp/polls/templates/poll-structure-form.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/webapp/polls/templates/poll-structure-form.html b/webapp/polls/templates/poll-structure-form.html
index 7724946..6a0a44e 100644
--- a/webapp/polls/templates/poll-structure-form.html
+++ b/webapp/polls/templates/poll-structure-form.html
@@ -36,6 +36,8 @@
<form class="form-inline" method="post" action="" enctype="multipart/form-data">
+ <input type="hidden" name="poll_id" value="{{ poll.id }}" >
+
{% if structure.id %}
<input type="hidden" name="id" value="{{ structure.id }}" />
{% endif %}