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-20 17:26:05 (GMT)
committer Rogelio Mita <rogeliomita@activitycentral.com>2013-03-25 21:51:47 (GMT)
commitd92a0318216818fd65286ccaefdf581327221c83 (patch)
treeb6eac57c6c7aad873694cd1971bdce54070f4d29 /webapp/polls/templates/poll-structure-form.html
parent23ba438d0831e488fb718766fcbff680eb4f6fac (diff)
Adding image option widget for options that need image upload inputs
Diffstat (limited to 'webapp/polls/templates/poll-structure-form.html')
-rw-r--r--webapp/polls/templates/poll-structure-form.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/webapp/polls/templates/poll-structure-form.html b/webapp/polls/templates/poll-structure-form.html
index 149e58d..9303558 100644
--- a/webapp/polls/templates/poll-structure-form.html
+++ b/webapp/polls/templates/poll-structure-form.html
@@ -9,9 +9,13 @@
padding-top: 110px;
}
</style>
+
+ <link href="{{ STATIC_URL }}css/bootstrap-fileupload.css" rel="stylesheet" />
{% endblock %}
{% block main_container %}
+ <script src="{{ STATIC_URL }}js/bootstrap-fileupload.js"></script>
+
<div style="margin-top: 40px;" class="alert alert-info navbar-fixed-top">Para generar dependencias, arrastré el ID de la opción hacia el campo "Depende de la opción". Las dependencias validas se realizan desde una opción de una pregunta de menor orden hacia una pregunta de mayor orden.</div>
<center><h2>{{ poll.name|capfirst }}</h2></center>