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:
authorCode Raguet <ignacio.code@gmail.com>2013-09-26 16:09:37 (GMT)
committer Code Raguet <ignacio.code@gmail.com>2013-09-26 16:09:37 (GMT)
commita5ffd91bf5d17ee5b3bbfc271c96d9b8aa8886ea (patch)
tree4d833dc14839d2d180d03efef3fd1be7b7e7ebef /webapp/polls/templates/poll-structure-form.html
parent04523d828911893ad8299bfd3ef661063c3afb8d (diff)
parentdcda2d37e96c38f435aa30839cbf8806a4c26900 (diff)
Merge branch 'DEV'v4.21
Diffstat (limited to 'webapp/polls/templates/poll-structure-form.html')
-rw-r--r--webapp/polls/templates/poll-structure-form.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/webapp/polls/templates/poll-structure-form.html b/webapp/polls/templates/poll-structure-form.html
index 7de54de..0b6ed50 100644
--- a/webapp/polls/templates/poll-structure-form.html
+++ b/webapp/polls/templates/poll-structure-form.html
@@ -38,14 +38,16 @@
{% render_structure structure %}
+ {% if not structure.is_read_only %}
<div class="ps-form-toolbar btn-toolbar clearfix">
<div class="btn-group">
<button name="save" class="btn btn-primary"><i class="icon-white icon-edit"></i>&nbsp;{% trans 'Guardar' %}</button>
</div>
</div>
+ {% endif %}
{% csrf_token %}
</form>
-{% endblock %} \ No newline at end of file
+{% endblock %}