Skip to content

Commit

Permalink
[#278] Minor template formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Jan 22, 2013
1 parent eacc10c commit ecebc0f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="controls">
<select id="field-private" name="private" data-module="autocomplete">
{% for option in [(true, 'Private'), (false, 'Public')] %}
<option value="{{ option[0] }}" {% if option[0] == data.private%}selected="selected"{% endif %}>{{ option[1] }}</option>
<option value="{{ option[0] }}" {% if option[0] == data.private %}selected="selected"{% endif %}>{{ option[1] }}</option>
{% endfor %}
</select>
</div>
Expand Down

0 comments on commit ecebc0f

Please sign in to comment.