Skip to content

Commit

Permalink
hotfix to #42 based on report from community.
Browse files Browse the repository at this point in the history
  • Loading branch information
epugh committed Dec 19, 2019
1 parent 34ca11c commit 2fbb196
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/assets/templates/views/signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,15 @@ <h2>Signup to get started!</h2>

<div class="checkbox" ng-show="hasTermsAndConditions">
<label>
<input type="checkbox" ng-model="agree" required ng-if="hasTermsAndConditions"/>
<input type="checkbox" ng-model="agree" ng-required="hasTermsAndConditions"/>
Agree to
<a ng-href="{{ termsAndConditionsUrl }}" target="_blank">terms &amp; conditions</a>?
</label>
</div>

<button class="btn btn-primary">Signup</button>
</div>
</form>
</form>
</div>
</div>
</div>

Expand Down

0 comments on commit 2fbb196

Please sign in to comment.