Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRogelio Mita <rogeliomita@activitycentral.com>2013-07-09 18:32:10 (GMT)
committer Rogelio Mita <rogeliomita@activitycentral.com>2013-07-09 18:32:10 (GMT)
commit32a4ede3145307fbfaf737b9abf02eca07b76259 (patch)
tree15801c5b7bc3a35cf7f502ddefce10b901176dc2
parent11be531c6da5300d1ca21bc58f93548c8a573231 (diff)
Removed 'subir resultados' button from each poll row into list of polls for pollster user type
-rw-r--r--webapp/pollster/templates/pollster-assigned-polls.html3
-rw-r--r--webapp/webapp/templates/base-main.html2
2 files changed, 1 insertions, 4 deletions
diff --git a/webapp/pollster/templates/pollster-assigned-polls.html b/webapp/pollster/templates/pollster-assigned-polls.html
index 883f8ec..4940273 100644
--- a/webapp/pollster/templates/pollster-assigned-polls.html
+++ b/webapp/pollster/templates/pollster-assigned-polls.html
@@ -59,9 +59,6 @@
<a class="btn" href="{% url pollsters:poll_download poll_id=poll.id %}">
<i class="icon-download-alt"></i>&nbsp;Descargar encuesta
</a>
- <a class="btn" href="{% url pollsters:upload_result %}">
- <i class="icon-upload"></i>&nbsp;Subir resultados
- </a>
</td>
</tr>
{% endfor %}
diff --git a/webapp/webapp/templates/base-main.html b/webapp/webapp/templates/base-main.html
index 8579c46..d086a4b 100644
--- a/webapp/webapp/templates/base-main.html
+++ b/webapp/webapp/templates/base-main.html
@@ -98,7 +98,7 @@
{% url pollsters:upload_result as upload_result_url %}
<li class="{% if request.path == upload_result_url %}active{% endif %}">
- <a href="{{ upload_result_url }}"><i class="icon-white icon-upload"></i>&nbsp;Subir resultado</a>
+ <a href="{{ upload_result_url }}"><i class="icon-white icon-upload"></i>&nbsp;Subir resultados</a>
</li>
{% endif %}
</ul>