Skip to content

Commit

Permalink
count operation for linechart #11
Browse files Browse the repository at this point in the history
  • Loading branch information
mondoboia committed Apr 28, 2022
1 parent 1812797 commit 29f87ee
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions templates/modify_datastory.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,15 +177,13 @@ <h4 class="card-title">About the Project</h4>
<input type='checkbox' id='{{dict_op.action}}' name='{{dict.position}}__action1'
value='{{dict_op.action}}' checked>
<label for='{{dict_op.action}}'>{{dict_op.action|capitalize}}</label><br>
{% set temp = general_data.operations.remove(dict_op.action|capitalize) %}

{% endif %}
{% endfor %}
{% for op in general_data.operations %}
<input type='checkbox' id='{{op|lower}}' name='{{dict.position}}__action1'
value='{{op|lower}}'>
<label for='{{op|lower}}'>{{op}}</label><br>


{% endfor %}

{% endif %}
Expand Down

0 comments on commit 29f87ee

Please sign in to comment.