Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/webapp/polls/templates/poll-success.html
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/polls/templates/poll-success.html')
-rw-r--r--webapp/polls/templates/poll-success.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/webapp/polls/templates/poll-success.html b/webapp/polls/templates/poll-success.html
new file mode 100644
index 0000000..5d92d17
--- /dev/null
+++ b/webapp/polls/templates/poll-success.html
@@ -0,0 +1,19 @@
+{% extends "base-poll.html" %}
+
+{% block title %}Exito!{% endblock %}
+
+{% block main_container %}
+
+ <div class="row-fuild span12">
+ <form class="form-inline" method="post" action="">{% csrf_token %}
+
+ <div class="ps-form-toolbar btn-toolbar clearfix">
+ <div class="btn-group">
+ <button class="btn btn-primary"><i class="icon-white icon-download-alt"></i>&nbsp;Descargar encuesta</button>
+ </div>
+ </div>
+
+ </form>
+ </div>
+
+{% endblock %} \ No newline at end of file