Skip to content

Commit

Permalink
fix one of the bugs in internal_exchanges
Browse files Browse the repository at this point in the history
  • Loading branch information
bhaugen committed Jun 17, 2016
1 parent 9984d27 commit 256338a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ <h3>{% trans "Filter the List" %}</h3>
<p><input type="checkbox" class="category" id="all" name="all" value="all" {% if select_all %}checked="yes"{% endif %} /> {% trans "All in the date range" %}</p>
<p class="title"> {% trans "Exchange Type" %} </p>
{% for et in ets %}
<p><input type="checkbox" class="category" id="{{ et.id }}" name="{{ et.id }}" value="{{ et.id }}" /> {{ et.name }}</p>
<p><input type="checkbox" class="category" id="E{{ et.id }}" name="E{{ et.id }}" value="E{{ et.id }}" /> {{ et.name }}</p>
{% endfor %}
<p class="title"> {% trans "Agent Involved" %} </p>
{% for agent in agents %}
Expand Down

0 comments on commit 256338a

Please sign in to comment.