Skip to content
This repository has been archived by the owner on Oct 1, 2020. It is now read-only.

Commit

Permalink
Remove unnecessary isEditPreview assignment from task/base.html
Browse files Browse the repository at this point in the history
  • Loading branch information
abhay-venkatesh committed Jun 22, 2017
1 parent 81f3940 commit e8c3d1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/templates/task/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<div ng-cloak="" style="margin-top: 16px"
ng-repeat="item in task.taskData.template.items">
<div md-template-compiler="item" editor="false" instance="template" is-disabled="!task.is_qualified"
is-edit-preview="false" is-review="false"></div>
is-review="false"></div>
</div>

<div ng-cloak="" class="layout-row layout-align-start-start"
Expand Down

0 comments on commit e8c3d1b

Please sign in to comment.