Skip to content

Commit

Permalink
Merge pull request #2036 from jrjohnson/2003-pyobjehtml
Browse files Browse the repository at this point in the history
Don't render html in course objective manager
  • Loading branch information
stopfstedt authored Aug 25, 2016
2 parents b194b76 + 78e0ead commit a803e88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/templates/components/course-objective-manager.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
{{#if objective.selected}}
<li class='selected clickable' {{action 'removeParent' objective}}>
<input type='radio' checked="checked" />
{{objective.title}}
{{objective.textTitle}}
</li>
{{else}}
<li class='clickable' {{action 'addParent' objective}}>
<input type='radio' />
{{objective.title}}
{{objective.textTitle}}
</li>
{{/if}}
{{/each}}
Expand Down

0 comments on commit a803e88

Please sign in to comment.