Skip to content

Commit

Permalink
Fixed HTBox#2348 campaign end date
Browse files Browse the repository at this point in the history
  • Loading branch information
oneolddev committed Mar 19, 2019
1 parent 22f4d96 commit ce202d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
<label class="control-label col-md-2">Campaign Start/End dates</label>
<div class="col-md-10">
<p class="form-control-static">
<time value="Model.CampaignStartDateTime" TargetTimeZoneId="Model.TimeZoneId"></time> - <time value="Model.CampaignStartDateTime" TargetTimeZoneId="Model.TimeZoneId"></time>
<time value="Model.CampaignStartDateTime" TargetTimeZoneId="Model.TimeZoneId"></time> - <time value="Model.CampaignEndDateTime" TargetTimeZoneId="Model.TimeZoneId"></time>
</p>
</div>
</div>
Expand Down

0 comments on commit ce202d1

Please sign in to comment.