Skip to content

Commit

Permalink
FIX: Use the correct url for teaching period modal
Browse files Browse the repository at this point in the history
  • Loading branch information
AkshatBajaj committed Dec 16, 2018
1 parent 0579f6c commit fe27627
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ angular.module('doubtfire.admin.modals.rollover-teaching-period-modal', [])

RolloverTeachingPeriodModal.show = (teachingPeriod) ->
$modal.open
templateUrl: 'teaching-periods/modals/rollover-teaching-period-modal/rollover-teaching-period-modal.tpl.html'
templateUrl: 'admin/modals/rollover-teaching-period-modal/rollover-teaching-period-modal.tpl.html'
controller: 'RolloverTeachingPeriodModal'
resolve:
teachingperiod: -> teachingPeriod
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ <h3>Rollover Teaching Period</h3>
<div class="form-group">
<label class="col-sm-3 control-label">Rollover From: </label>
<div class="col-sm-7">
<input type="input" class="form-control" placeholder="Name" value="{{teachingperiod.name()" ng-disabled="true">
<input type="input" class="form-control" placeholder="Name" value="{{teachingperiod.name()}}" ng-disabled="true">
</div>
</div>
<div class="form-group">
Expand Down

0 comments on commit fe27627

Please sign in to comment.