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-04-10 20:56:51 (GMT)
committer Rogelio Mita <rogeliomita@activitycentral.com>2013-04-10 20:56:51 (GMT)
commit43662db768ba3738c1344f9ba5dc71390160124d (patch)
tree2051c14d537b91088da83c8e80b3d7d3b1b1b326 /webapp/polls/templates/poll-structure-form.html
parent7acdf6684c37af23d6d4fb209fb6b40927387726 (diff)
BugFixing and cosmetic
Diffstat (limited to 'webapp/polls/templates/poll-structure-form.html')
-rw-r--r--webapp/polls/templates/poll-structure-form.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/webapp/polls/templates/poll-structure-form.html b/webapp/polls/templates/poll-structure-form.html
index b695395..6d5808d 100644
--- a/webapp/polls/templates/poll-structure-form.html
+++ b/webapp/polls/templates/poll-structure-form.html
@@ -14,17 +14,6 @@
{% block main_container %}
<script src="{{ STATIC_URL }}js/bootstrap-fileupload.js"></script>
- <div class="alert alert-info">
- <ul>
- <li>
- Para generar dependencias, arrastre el ID de la opci&oacute;n hacia el campo "Depende de la opci&oacute;n", o bien, escriba el ID indicado. <i class="icon-warning-sign"></i>&nbsp;En esta version no existen criterios sobre las dependecias, tenga cuidado de realizarlas correctamente y no generar inconsistencias (ej: no haga dependiente una pregunta de una opci&oacute;n perteneciente a la misma pregunta.)
- </li>
- <li>
- La opciones con imagenes deber&aacute;n ser de dimensiones menores a 250px de ancho y 250px de alto. Formatos validos: GIF, JPG, PNG.
- </li>
- </ul>
- </div>
-
<center><h2>{{ poll.name|capfirst }}</h2></center>
{% if errors %}